Html Css Color HEX #020568 Navy

📋 copy color: '#020568'

red 2 ◦ green 5 ◦ blue 104

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

Shades of Navy #020568

Tints of Navy #020568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 104 (41.02% from 255) = 93.69%

R = 1.8%
G = 4.5%
B = 93.69%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#020568 (or 0x020568) is known color: Navy. HEX triplet: 02, 05 and 68. RGB value is (2,5,104). Sum of RGB (Red+Green+Blue) = 2+5+104=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #020568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020568 is #FDFA97. Grayscale: #0E0E0E. Windows color (decimal): -16644760 or 6817026. OLE color: 6817026.

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

Color convert

RGB 2 5 104 -
CMYK 0.98 0.95 0 0.59
HSL 238.24º 0.96% 0.21% -
HSV(B) 238.24º 0.98% 0.41% -
XYZ 2.58 1.12 13.18 -
YUV 15.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 2 5 104 0.98 0.95 0 0.59 238.24 0.96 0.21
Hex 2 5 68 62 5F 0 3B EE 60 15
Octal 2 5 150 142 137 0 73 356 140 25
Binary 10 101 1101000 1100010 1011111 0 111011 11101110 1100000 10101

Color Harmonies of #020568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020568

Black with #020568

Text Example


Text Example

White with #020568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020568; }

 p { color: rgb(2,5,104); }

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

background-color css

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

 a { background-color: rgb(2,5,104); }

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

border-color css

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

 span { border-color: rgb(2,5,104); }

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