#1278DE

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

Shades of Navy Blue #1278DE

Tints of Navy Blue #1278DE

Color information

#1278DE (or 0x1278DE) is unknown color: approx Navy Blue. HEX triplet: 12, 78 and DE. RGB value is (18,120,222). Sum of RGB (Red+Green+Blue) = 18+120+222=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #1278DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278DE is #ED8721. Grayscale: #646464. Windows color (decimal): -15566626 or 14579730. OLE color: 14579730.

HSL color Cylindrical-coordinate representation of color #1278DE: hue angle of 210º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1278DE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18120222-
CMYK0.920.4600.13
HSL210º85%47.06%-
HSV(B)210º91.89%87.06%-
XYZ20.1518.8471.68-
YUV101.13196.2168.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 61.67%
R=5%
G=33.33%
B=61.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181202220.920.4600.132108547.06
Hex1278DE5C2E0Dd2552f
Octal221703361345601532212557
Binary10010111100011011110101110010111001101110100101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1278DE; }

 p { color: rgb(18,120,222); }

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

<style>
 a { background-color: #1278DE; }

 a { background-color: rgb(18,120,222); }

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

<style>
 span { border-color: #1278DE; }

 span { border-color: rgb(18,120,222); }

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