Html Css Color HEX #020293 Dark Blue

📋 copy color: '#020293'

red 2 ◦ green 2 ◦ blue 147

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

Shades of Dark Blue #020293

Tints of Dark Blue #020293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 97.35%

R = 1.32%
G = 1.32%
B = 97.35%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020293 (or 0x020293) is known color: Dark Blue. HEX triplet: 02, 02 and 93. RGB value is (2,2,147). Sum of RGB (Red+Green+Blue) = 2+2+147=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 147 (57.81% from 255 or 97.35% from 151); Max value from RGB is 147 - color contains mainly: blue. Hex color #020293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020293 is #FDFD6C. Grayscale: #111111. Windows color (decimal): -16645485 or 9634306. OLE color: 9634306.

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

Color convert

RGB 2 2 147 -
CMYK 0.99 0.99 0 0.42
HSL 240º 0.97% 0.29% -
HSV(B) 240º 0.99% 0.58% -
XYZ 5.31 2.16 27.74 -
YUV 18.53 200.5 116.21 -
System Red Green Blue C M Y K H S L
Decimal 2 2 147 0.99 0.99 0 0.42 240 0.97 0.29
Hex 2 2 93 63 63 0 2A F0 61 1D
Octal 2 2 223 143 143 0 52 360 141 35
Binary 10 10 10010011 1100011 1100011 0 101010 11110000 1100001 11101

Color Harmonies of #020293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020293

Black with #020293

Text Example


Text Example

White with #020293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020293; }

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

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

background-color css

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

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

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

border-color css

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

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

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