Html Css Color HEX #020F92 Dark Blue

📋 copy color: '#020F92'

red 2 ◦ green 15 ◦ blue 146

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

Shades of Dark Blue #020F92

Tints of Dark Blue #020F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 89.57%

R = 1.23%
G = 9.2%
B = 89.57%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#020F92 (or 0x020F92) is known color: Dark Blue. HEX triplet: 02, 0F and 92. RGB value is (2,15,146). Sum of RGB (Red+Green+Blue) = 2+15+146=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #020F92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F92 is #FDF06D. Grayscale: #191919. Windows color (decimal): -16642158 or 9572098. OLE color: 9572098.

HSL color Cylindrical-coordinate representation of color #020F92: hue angle of 234.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020F92 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 15 146 -
CMYK 0.99 0.90 0 0.43
HSL 234.58º 0.97% 0.29% -
HSV(B) 234.58º 0.99% 0.57% -
XYZ 5.38 2.43 27.38 -
YUV 26.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 2 15 146 0.99 0.90 0 0.43 234.58 0.97 0.29
Hex 2 F 92 63 5A 0 2B EB 61 1D
Octal 2 17 222 143 132 0 53 353 141 35
Binary 10 1111 10010010 1100011 1011010 0 101011 11101011 1100001 11101

Color Harmonies of #020F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F92

Black with #020F92

Text Example


Text Example

White with #020F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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