Html Css Color HEX #021275 Navy

📋 copy color: '#021275'

red 2 ◦ green 18 ◦ blue 117

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

Shades of Navy #021275

Tints of Navy #021275

RGB

 RED value IS 2 (1.17% from 255) = 1.46%

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 117 (46.09% from 255) = 85.4%

R = 1.46%
G = 13.14%
B = 85.4%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021275 (or 0x021275) is known color: Navy. HEX triplet: 02, 12 and 75. RGB value is (2,18,117). Sum of RGB (Red+Green+Blue) = 2+18+117=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #021275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021275 is #FDED8A. Grayscale: #181818. Windows color (decimal): -16641419 or 7672322. OLE color: 7672322.

HSL color Cylindrical-coordinate representation of color #021275: hue angle of 231.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021275 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 18 117 -
CMYK 0.98 0.85 0 0.54
HSL 231.65º 0.97% 0.23% -
HSV(B) 231.65º 0.98% 0.46% -
XYZ 3.45 1.73 16.98 -
YUV 24.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 2 18 117 0.98 0.85 0 0.54 231.65 0.97 0.23
Hex 2 12 75 62 55 0 36 E8 61 17
Octal 2 22 165 142 125 0 66 350 141 27
Binary 10 10010 1110101 1100010 1010101 0 110110 11101000 1100001 10111

Color Harmonies of #021275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021275

Black with #021275

Text Example


Text Example

White with #021275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021275; }

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

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

background-color css

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

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

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

border-color css

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

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

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