Html Css Color HEX #020692 Dark Blue

📋 copy color: '#020692'

red 2 ◦ green 6 ◦ blue 146

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

Shades of Dark Blue #020692

Tints of Dark Blue #020692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 146 (57.42% from 255) = 94.81%

R = 1.3%
G = 3.9%
B = 94.81%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020692 (or 0x020692) is known color: Dark Blue. HEX triplet: 02, 06 and 92. RGB value is (2,6,146). Sum of RGB (Red+Green+Blue) = 2+6+146=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 146 (57.42% from 255 or 94.81% from 154); Max value from RGB is 146 - color contains mainly: blue. Hex color #020692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020692 is #FDF96D. Grayscale: #141414. Windows color (decimal): -16644462 or 9569794. OLE color: 9569794.

HSL color Cylindrical-coordinate representation of color #020692: hue angle of 238.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020692 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 6 146 -
CMYK 0.99 0.96 0 0.43
HSL 238.33º 0.97% 0.29% -
HSV(B) 238.33º 0.99% 0.57% -
XYZ 5.28 2.22 27.34 -
YUV 20.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 2 6 146 0.99 0.96 0 0.43 238.33 0.97 0.29
Hex 2 6 92 63 60 0 2B EE 61 1D
Octal 2 6 222 143 140 0 53 356 141 35
Binary 10 110 10010010 1100011 1100000 0 101011 11101110 1100001 11101

Color Harmonies of #020692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020692

Black with #020692

Text Example


Text Example

White with #020692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020692; }

 p { color: rgb(2,6,146); }

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

background-color css

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

 a { background-color: rgb(2,6,146); }

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

border-color css

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

 span { border-color: rgb(2,6,146); }

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