#1277E6

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

Shades of Navy Blue #1277E6

Tints of Navy Blue #1277E6

Color information

#1277E6 (or 0x1277E6) is unknown color: approx Navy Blue. HEX triplet: 12, 77 and E6. RGB value is (18,119,230). Sum of RGB (Red+Green+Blue) = 18+119+230=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #1277E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1277E6 is #ED8819. Grayscale: #646464. Windows color (decimal): -15566874 or 15103762. OLE color: 15103762.

HSL color Cylindrical-coordinate representation of color #1277E6: hue angle of 211.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1277E6 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18119230-
CMYK0.920.4800.10
HSL211.42º85.48%48.63%-
HSV(B)211.42º92.17%90.2%-
XYZ21.1319.0477.42-
YUV101.46200.5468.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 230 (90.23% from 255) = 62.67%
R=4.90%
G=32.43%
B=62.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181192300.920.4800.10211.4285.4848.63
Hex1277E65C300Ad35531
Octal221673461346001232312561
Binary10010111011111100110101110011000001010110100111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1277E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1277E6; }

 p { color: rgb(18,119,230); }

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

<style>
 a { background-color: #1277E6; }

 a { background-color: rgb(18,119,230); }

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

<style>
 span { border-color: #1277E6; }

 span { border-color: rgb(18,119,230); }

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