Html Css Color HEX #020F86 Dark Blue

📋 copy color: '#020F86'

red 2 ◦ green 15 ◦ blue 134

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

Shades of Dark Blue #020F86

Tints of Dark Blue #020F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 88.74%

R = 1.32%
G = 9.93%
B = 88.74%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020F86 (or 0x020F86) is known color: Dark Blue. HEX triplet: 02, 0F and 86. RGB value is (2,15,134). Sum of RGB (Red+Green+Blue) = 2+15+134=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 134 (52.73% from 255 or 88.74% from 151); Max value from RGB is 134 - color contains mainly: blue. Hex color #020F86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F86 is #FDF079. Grayscale: #181818. Windows color (decimal): -16642170 or 8785666. OLE color: 8785666.

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

Color convert

RGB 2 15 134 -
CMYK 0.99 0.89 0 0.47
HSL 234.09º 0.97% 0.27% -
HSV(B) 234.09º 0.99% 0.53% -
XYZ 4.5 2.08 22.72 -
YUV 24.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 2 15 134 0.99 0.89 0 0.47 234.09 0.97 0.27
Hex 2 F 86 63 59 0 2F EA 61 1B
Octal 2 17 206 143 131 0 57 352 141 33
Binary 10 1111 10000110 1100011 1011001 0 101111 11101010 1100001 11011

Color Harmonies of #020F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F86

Black with #020F86

Text Example


Text Example

White with #020F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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