Html Css Color HEX #020992 Dark Blue

📋 copy color: '#020992'

red 2 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #020992

Tints of Dark Blue #020992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 1.27%
G = 5.73%
B = 92.99%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020992 (or 0x020992) is known color: Dark Blue. HEX triplet: 02, 09 and 92. RGB value is (2,9,146). Sum of RGB (Red+Green+Blue) = 2+9+146=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #020992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020992 is #FDF66D. Grayscale: #151515. Windows color (decimal): -16643694 or 9570562. OLE color: 9570562.

HSL color Cylindrical-coordinate representation of color #020992: hue angle of 237.08º 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 #020992 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 9 146 -
CMYK 0.99 0.94 0 0.43
HSL 237.08º 0.97% 0.29% -
HSV(B) 237.08º 0.99% 0.57% -
XYZ 5.31 2.28 27.35 -
YUV 22.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 2 9 146 0.99 0.94 0 0.43 237.08 0.97 0.29
Hex 2 9 92 63 5E 0 2B ED 61 1D
Octal 2 11 222 143 136 0 53 355 141 35
Binary 10 1001 10010010 1100011 1011110 0 101011 11101101 1100001 11101

Color Harmonies of #020992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020992

Black with #020992

Text Example


Text Example

White with #020992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020992; }

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

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

background-color css

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

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

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

border-color css

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

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

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