Html Css Color HEX #020A8B Dark Blue

📋 copy color: '#020A8B'

red 2 ◦ green 10 ◦ blue 139

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

Shades of Dark Blue #020A8B

Tints of Dark Blue #020A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 139 (54.69% from 255) = 92.05%

R = 1.32%
G = 6.62%
B = 92.05%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#020A8B (or 0x020A8B) is known color: Dark Blue. HEX triplet: 02, 0A and 8B. RGB value is (2,10,139). Sum of RGB (Red+Green+Blue) = 2+10+139=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 139 (54.69% from 255 or 92.05% from 151); Max value from RGB is 139 - color contains mainly: blue. Hex color #020A8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A8B is #FDF574. Grayscale: #151515. Windows color (decimal): -16643445 or 9112066. OLE color: 9112066.

HSL color Cylindrical-coordinate representation of color #020A8B: hue angle of 236.5º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A8B is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 10 139 -
CMYK 0.99 0.93 0 0.45
HSL 236.5º 0.97% 0.28% -
HSV(B) 236.5º 0.99% 0.55% -
XYZ 4.79 2.09 24.58 -
YUV 22.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 2 10 139 0.99 0.93 0 0.45 236.5 0.97 0.28
Hex 2 A 8B 63 5D 0 2D EC 61 1C
Octal 2 12 213 143 135 0 55 354 141 34
Binary 10 1010 10001011 1100011 1011101 0 101101 11101100 1100001 11100

Color Harmonies of #020A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A8B

Black with #020A8B

Text Example


Text Example

White with #020A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A8B; }

 p { color: rgb(2,10,139); }

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

background-color css

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

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

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

border-color css

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

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

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