Html Css Color HEX #12017C Navy

📋 copy color: '#12017C'

red 18 ◦ green 1 ◦ blue 124

#12017C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #12017C

Tints of Navy #12017C

RGB

 RED value IS 18 (7.42% from 255) = 12.59%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 124 (48.83% from 255) = 86.71%

R = 12.59%
G = 0.7%
B = 86.71%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12017C (or 0x12017C) is known color: 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

RGB 18 1 124 -
CMYK 0.85 0.99 0 0.51
HSL 248.29º 0.98% 0.25% -
HSV(B) 248.29º 0.99% 0.49% -
XYZ 3.9 1.61 19.17 -
YUV 20.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 18 1 124 0.85 0.99 0 0.51 248.29 0.98 0.25
Hex 12 1 7C 55 63 0 33 F8 62 19
Octal 22 1 174 125 143 0 63 370 142 31
Binary 10010 1 1111100 1010101 1100011 0 110011 11111000 1100010 11001

Color Harmonies of #12017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12017C

Black with #12017C

Text Example


Text Example

White with #12017C

Text Example


Text Example

HTML Codes & Css Web 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>