#127DCC

Color #127DCC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #127DCC

Tints of Navy Blue #127DCC

Color information

#127DCC (or 0x127DCC) is unknown color: approx Navy Blue. HEX triplet: 12, 7D and CC. RGB value is (18,125,204). Sum of RGB (Red+Green+Blue) = 18+125+204=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #127DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DCC is #ED8233. Grayscale: #656565. Windows color (decimal): -15565364 or 13401362. OLE color: 13401362.

HSL color Cylindrical-coordinate representation of color #127DCC: hue angle of 205.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DCC is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18125204-
CMYK0.910.3900.2
HSL205.48º83.78%43.53%-
HSV(B)205.48º91.18%80%-
XYZ18.4819.1659.85-
YUV102.01185.5568.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=5.19%
G=36.02%
B=58.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181252040.910.3900.2205.4883.7843.53
Hex127DCC5B27014cd542c
Octal221753141334702431512454
Binary100101111101110011001011011100111010100110011011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127DCC; }

 p { color: rgb(18,125,204); }

 H1.HeaderClassName
 {
   color: #127DCC;
 }
 .AnyTagClassName
 {
   color: #127DCC;
 }
</style>
background-color css

<style>
 a { background-color: #127DCC; }

 a { background-color: rgb(18,125,204); }

 div.DivClassName
 {
   background-color: #127DCC;
 }
 .BgClassName
 {
   background-color: #127DCC;
 }
</style>
border-color css

<style>
 span { border-color: #127DCC; }

 span { border-color: rgb(18,125,204); }

 td.TdClassName
 {
   border-color: #127DCC;
 }
 .TagClassName
 {
   border-color: #127DCC;
 }
</style>