#12017C

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

Shades of Navy #12017C

Tints of Navy #12017C

Color information

#12017C (or 0x12017C) is unknown color: approx Navy. HEX triplet: 12, 01 and 7C. RGB value is (18,1,124). Sum of RGB (Red+Green+Blue) = 18+1+124=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #12017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12017C is #EDFE83. Grayscale: #131313. Windows color (decimal): -15597188 or 8126738. OLE color: 8126738.

HSL color Cylindrical-coordinate representation of color #12017C: hue angle of 248.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12017C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB181124-
CMYK0.850.9900.51
HSL248.29º98.4%24.51%-
HSV(B)248.29º99.19%48.63%-
XYZ3.91.6119.17-
YUV20.1186.63126.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 124 (48.83% from 255) = 86.71%
R=12.59%
G=0.70%
B=86.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1811240.850.9900.51248.2998.424.51
Hex1217C5563033f86219
Octal22117412514306337014231
Binary100101111110010101011100011011001111111000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12017C; }

 p { color: rgb(18,1,124); }

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

<style>
 a { background-color: #12017C; }

 a { background-color: rgb(18,1,124); }

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

<style>
 span { border-color: #12017C; }

 span { border-color: rgb(18,1,124); }

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