Html Css Color HEX #12027A Navy

📋 copy color: '#12027A'

red 18 ◦ green 2 ◦ blue 122

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

Shades of Navy #12027A

Tints of Navy #12027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 122 (48.05% from 255) = 85.92%

R = 12.68%
G = 1.41%
B = 85.92%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12027A (or 0x12027A) is known color: Navy. HEX triplet: 12, 02 and 7A. RGB value is (18,2,122). Sum of RGB (Red+Green+Blue) = 18+2+122=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #12027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12027A is #EDFD85. Grayscale: #141414. Windows color (decimal): -15596934 or 7995922. OLE color: 7995922.

HSL color Cylindrical-coordinate representation of color #12027A: hue angle of 248º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12027A is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 2 122 -
CMYK 0.85 0.98 0 0.52
HSL 248º 0.97% 0.24% -
HSV(B) 248º 0.98% 0.48% -
XYZ 3.78 1.58 18.52 -
YUV 20.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 18 2 122 0.85 0.98 0 0.52 248 0.97 0.24
Hex 12 2 7A 55 62 0 34 F8 61 18
Octal 22 2 172 125 142 0 64 370 141 30
Binary 10010 10 1111010 1010101 1100010 0 110100 11111000 1100001 11000

Color Harmonies of #12027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12027A

Black with #12027A

Text Example


Text Example

White with #12027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12027A; }

 p { color: rgb(18,2,122); }

 H1.HeaderClassName
 {
   color: #12027A;
 }
 .AnyTagClassName
 {
   color: #12027A;
 }
</style>

background-color css

<style>
 a { background-color: #12027A; }

 a { background-color: rgb(18,2,122); }

 div.DivClassName
 {
   background-color: #12027A;
 }
 .BgClassName
 {
   background-color: #12027A;
 }
</style>

border-color css

<style>
 span { border-color: #12027A; }

 span { border-color: rgb(18,2,122); }

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