Html Css Color HEX #02035D Navy

📋 copy color: '#02035D'

red 2 ◦ green 3 ◦ blue 93

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

Shades of Navy #02035D

Tints of Navy #02035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 94.9%

R = 2.04%
G = 3.06%
B = 94.9%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02035D (or 0x02035D) is known color: Navy. HEX triplet: 02, 03 and 5D. RGB value is (2,3,93). Sum of RGB (Red+Green+Blue) = 2+3+93=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #02035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02035D is #FDFCA2. Grayscale: #0C0C0C. Windows color (decimal): -16645283 or 6095618. OLE color: 6095618.

HSL color Cylindrical-coordinate representation of color #02035D: hue angle of 239.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02035D is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 3 93 -
CMYK 0.98 0.97 0 0.64
HSL 239.34º 0.96% 0.19% -
HSV(B) 239.34º 0.98% 0.36% -
XYZ 2.03 0.87 10.42 -
YUV 12.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 2 3 93 0.98 0.97 0 0.64 239.34 0.96 0.19
Hex 2 3 5D 62 61 0 40 EF 60 13
Octal 2 3 135 142 141 0 100 357 140 23
Binary 10 11 1011101 1100010 1100001 0 1000000 11101111 1100000 10011

Color Harmonies of #02035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02035D

Black with #02035D

Text Example


Text Example

White with #02035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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