Html Css Color HEX #020893 Dark Blue

📋 copy color: '#020893'

red 2 ◦ green 8 ◦ blue 147

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

Shades of Dark Blue #020893

Tints of Dark Blue #020893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 1.27%
G = 5.1%
B = 93.63%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020893 (or 0x020893) is known color: Dark Blue. HEX triplet: 02, 08 and 93. RGB value is (2,8,147). Sum of RGB (Red+Green+Blue) = 2+8+147=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #020893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020893 is #FDF76C. Grayscale: #151515. Windows color (decimal): -16643949 or 9635842. OLE color: 9635842.

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

Color convert

RGB 2 8 147 -
CMYK 0.99 0.95 0 0.42
HSL 237.52º 0.97% 0.29% -
HSV(B) 237.52º 0.99% 0.58% -
XYZ 5.38 2.29 27.76 -
YUV 22.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 2 8 147 0.99 0.95 0 0.42 237.52 0.97 0.29
Hex 2 8 93 63 5F 0 2A EE 61 1D
Octal 2 10 223 143 137 0 52 356 141 35
Binary 10 1000 10010011 1100011 1011111 0 101010 11101110 1100001 11101

Color Harmonies of #020893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020893

Black with #020893

Text Example


Text Example

White with #020893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020893; }

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

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

background-color css

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

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

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

border-color css

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

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

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