Html Css Color HEX #020D75 Navy

📋 copy color: '#020D75'

red 2 ◦ green 13 ◦ blue 117

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

Shades of Navy #020D75

Tints of Navy #020D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

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

R = 1.52%
G = 9.85%
B = 88.64%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020D75 (or 0x020D75) is known color: Navy. HEX triplet: 02, 0D and 75. RGB value is (2,13,117). Sum of RGB (Red+Green+Blue) = 2+13+117=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #020D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D75 is #FDF28A. Grayscale: #151515. Windows color (decimal): -16642699 or 7671042. OLE color: 7671042.

HSL color Cylindrical-coordinate representation of color #020D75: hue angle of 234.26º 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 #020D75 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 13 117 -
CMYK 0.98 0.89 0 0.54
HSL 234.26º 0.97% 0.23% -
HSV(B) 234.26º 0.98% 0.46% -
XYZ 3.38 1.59 16.96 -
YUV 21.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 2 13 117 0.98 0.89 0 0.54 234.26 0.97 0.23
Hex 2 D 75 62 59 0 36 EA 61 17
Octal 2 15 165 142 131 0 66 352 141 27
Binary 10 1101 1110101 1100010 1011001 0 110110 11101010 1100001 10111

Color Harmonies of #020D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D75

Black with #020D75

Text Example


Text Example

White with #020D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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