Html Css Color HEX #020292 Dark Blue

📋 copy color: '#020292'

red 2 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #020292

Tints of Dark Blue #020292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 1.33%
G = 1.33%
B = 97.33%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020292 (or 0x020292) is known color: Dark Blue. HEX triplet: 02, 02 and 92. RGB value is (2,2,146). Sum of RGB (Red+Green+Blue) = 2+2+146=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 146 (57.42% from 255 or 97.33% from 150); Max value from RGB is 146 - color contains mainly: blue. Hex color #020292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020292 is #FDFD6D. Grayscale: #111111. Windows color (decimal): -16645486 or 9568770. OLE color: 9568770.

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

Color convert

RGB 2 2 146 -
CMYK 0.99 0.99 0 0.43
HSL 240º 0.97% 0.29% -
HSV(B) 240º 0.99% 0.57% -
XYZ 5.24 2.13 27.33 -
YUV 18.42 200 116.29 -
System Red Green Blue C M Y K H S L
Decimal 2 2 146 0.99 0.99 0 0.43 240 0.97 0.29
Hex 2 2 92 63 63 0 2B F0 61 1D
Octal 2 2 222 143 143 0 53 360 141 35
Binary 10 10 10010010 1100011 1100011 0 101011 11110000 1100001 11101

Color Harmonies of #020292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020292

Black with #020292

Text Example


Text Example

White with #020292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020292; }

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

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

background-color css

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

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

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

border-color css

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

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

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