Html Css Color HEX #020F99 New Midnight Blue

📋 copy color: '#020F99'

red 2 ◦ green 15 ◦ blue 153

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

Shades of New Midnight Blue #020F99

Tints of New Midnight Blue #020F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 90%

R = 1.18%
G = 8.82%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#020F99 (or 0x020F99) is known color: New Midnight Blue. HEX triplet: 02, 0F and 99. RGB value is (2,15,153). Sum of RGB (Red+Green+Blue) = 2+15+153=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #020F99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F99 is #FDF066. Grayscale: #1A1A1A. Windows color (decimal): -16642151 or 10030850. OLE color: 10030850.

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

Color convert

RGB 2 15 153 -
CMYK 0.99 0.90 0 0.4
HSL 234.83º 0.97% 0.3% -
HSV(B) 234.83º 0.99% 0.6% -
XYZ 5.95 2.65 30.34 -
YUV 26.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 2 15 153 0.99 0.90 0 0.4 234.83 0.97 0.3
Hex 2 F 99 63 5A 0 28 EB 61 1E
Octal 2 17 231 143 132 0 50 353 141 36
Binary 10 1111 10011001 1100011 1011010 0 101000 11101011 1100001 11110

Color Harmonies of #020F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F99

Black with #020F99

Text Example


Text Example

White with #020F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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