Html Css Color HEX #020693 Dark Blue

📋 copy color: '#020693'

red 2 ◦ green 6 ◦ blue 147

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

Shades of Dark Blue #020693

Tints of Dark Blue #020693

RGB

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

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

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

R = 1.29%
G = 3.87%
B = 94.84%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020693 (or 0x020693) is known color: Dark Blue. HEX triplet: 02, 06 and 93. RGB value is (2,6,147). Sum of RGB (Red+Green+Blue) = 2+6+147=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #020693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020693 is #FDF96C. Grayscale: #141414. Windows color (decimal): -16644461 or 9635330. OLE color: 9635330.

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

Color convert

RGB 2 6 147 -
CMYK 0.99 0.96 0 0.42
HSL 238.34º 0.97% 0.29% -
HSV(B) 238.34º 0.99% 0.58% -
XYZ 5.36 2.25 27.76 -
YUV 20.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 2 6 147 0.99 0.96 0 0.42 238.34 0.97 0.29
Hex 2 6 93 63 60 0 2A EE 61 1D
Octal 2 6 223 143 140 0 52 356 141 35
Binary 10 110 10010011 1100011 1100000 0 101010 11101110 1100001 11101

Color Harmonies of #020693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020693

Black with #020693

Text Example


Text Example

White with #020693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020693; }

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

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

background-color css

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

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

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

border-color css

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

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

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