Html Css Color HEX #020375 Navy

📋 copy color: '#020375'

red 2 ◦ green 3 ◦ blue 117

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

Shades of Navy #020375

Tints of Navy #020375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 1.64%
G = 2.46%
B = 95.9%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020375 (or 0x020375) is known color: Navy. HEX triplet: 02, 03 and 75. RGB value is (2,3,117). Sum of RGB (Red+Green+Blue) = 2+3+117=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #020375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020375 is #FDFC8A. Grayscale: #0F0F0F. Windows color (decimal): -16645259 or 7668482. OLE color: 7668482.

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

Color convert

RGB 2 3 117 -
CMYK 0.98 0.97 0 0.54
HSL 239.48º 0.97% 0.23% -
HSV(B) 239.48º 0.98% 0.46% -
XYZ 3.27 1.36 16.92 -
YUV 15.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 2 3 117 0.98 0.97 0 0.54 239.48 0.97 0.23
Hex 2 3 75 62 61 0 36 EF 61 17
Octal 2 3 165 142 141 0 66 357 141 27
Binary 10 11 1110101 1100010 1100001 0 110110 11101111 1100001 10111

Color Harmonies of #020375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020375

Black with #020375

Text Example


Text Example

White with #020375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020375; }

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

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

background-color css

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

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

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

border-color css

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

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

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