Html Css Color HEX #020492 Dark Blue

📋 copy color: '#020492'

red 2 ◦ green 4 ◦ blue 146

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

Shades of Dark Blue #020492

Tints of Dark Blue #020492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 1.32%
G = 2.63%
B = 96.05%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020492 (or 0x020492) is known color: Dark Blue. HEX triplet: 02, 04 and 92. RGB value is (2,4,146). Sum of RGB (Red+Green+Blue) = 2+4+146=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #020492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020492 is #FDFB6D. Grayscale: #131313. Windows color (decimal): -16644974 or 9569282. OLE color: 9569282.

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

Color convert

RGB 2 4 146 -
CMYK 0.99 0.97 0 0.43
HSL 239.17º 0.97% 0.29% -
HSV(B) 239.17º 0.99% 0.57% -
XYZ 5.26 2.18 27.34 -
YUV 19.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 2 4 146 0.99 0.97 0 0.43 239.17 0.97 0.29
Hex 2 4 92 63 61 0 2B EF 61 1D
Octal 2 4 222 143 141 0 53 357 141 35
Binary 10 100 10010010 1100011 1100001 0 101011 11101111 1100001 11101

Color Harmonies of #020492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020492

Black with #020492

Text Example


Text Example

White with #020492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020492; }

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

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

background-color css

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

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

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

border-color css

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

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

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