Html Css Color HEX #020F8E Dark Blue

📋 copy color: '#020F8E'

red 2 ◦ green 15 ◦ blue 142

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

Shades of Dark Blue #020F8E

Tints of Dark Blue #020F8E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 142 (55.86% from 255) = 89.31%

R = 1.26%
G = 9.43%
B = 89.31%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#020F8E (or 0x020F8E) is known color: Dark Blue. HEX triplet: 02, 0F and 8E. RGB value is (2,15,142). Sum of RGB (Red+Green+Blue) = 2+15+142=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #020F8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F8E is #FDF071. Grayscale: #191919. Windows color (decimal): -16642162 or 9309954. OLE color: 9309954.

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

Color convert

RGB 2 15 142 -
CMYK 0.99 0.89 0 0.44
HSL 234.43º 0.97% 0.28% -
HSV(B) 234.43º 0.99% 0.56% -
XYZ 5.08 2.31 25.77 -
YUV 25.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 2 15 142 0.99 0.89 0 0.44 234.43 0.97 0.28
Hex 2 F 8E 63 59 0 2C EA 61 1C
Octal 2 17 216 143 131 0 54 352 141 34
Binary 10 1111 10001110 1100011 1011001 0 101100 11101010 1100001 11100

Color Harmonies of #020F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F8E

Black with #020F8E

Text Example


Text Example

White with #020F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,142); }

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

background-color css

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

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

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

border-color css

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

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

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