Html Css Color HEX #020367 Navy

📋 copy color: '#020367'

red 2 ◦ green 3 ◦ blue 103

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

Shades of Navy #020367

Tints of Navy #020367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 95.37%

R = 1.85%
G = 2.78%
B = 95.37%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020367 (or 0x020367) is known color: Navy. HEX triplet: 02, 03 and 67. RGB value is (2,3,103). Sum of RGB (Red+Green+Blue) = 2+3+103=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 103 (40.62% from 255 or 95.37% from 108); Max value from RGB is 103 - color contains mainly: blue. Hex color #020367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020367 is #FDFC98. Grayscale: #0D0D0D. Windows color (decimal): -16645273 or 6750978. OLE color: 6750978.

HSL color Cylindrical-coordinate representation of color #020367: hue angle of 239.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020367 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 3 103 -
CMYK 0.98 0.97 0 0.60
HSL 239.41º 0.96% 0.21% -
HSV(B) 239.41º 0.98% 0.4% -
XYZ 2.51 1.06 12.9 -
YUV 14.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 2 3 103 0.98 0.97 0 0.60 239.41 0.96 0.21
Hex 2 3 67 62 61 0 3C EF 60 15
Octal 2 3 147 142 141 0 74 357 140 25
Binary 10 11 1100111 1100010 1100001 0 111100 11101111 1100000 10101

Color Harmonies of #020367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020367

Black with #020367

Text Example


Text Example

White with #020367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020367; }

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

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

background-color css

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

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

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

border-color css

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

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

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