Html Css Color HEX #020F98 New Midnight Blue

📋 copy color: '#020F98'

red 2 ◦ green 15 ◦ blue 152

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

Shades of New Midnight Blue #020F98

Tints of New Midnight Blue #020F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 89.94%

R = 1.18%
G = 8.88%
B = 89.94%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020F98 (or 0x020F98) is known color: New Midnight Blue. HEX triplet: 02, 0F and 98. RGB value is (2,15,152). Sum of RGB (Red+Green+Blue) = 2+15+152=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 152 (59.77% from 255 or 89.94% from 169); Max value from RGB is 152 - color contains mainly: blue. Hex color #020F98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F98 is #FDF067. Grayscale: #1A1A1A. Windows color (decimal): -16642152 or 9965314. OLE color: 9965314.

HSL color Cylindrical-coordinate representation of color #020F98: hue angle of 234.8º 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 #020F98 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 15 152 -
CMYK 0.99 0.90 0 0.40
HSL 234.8º 0.97% 0.3% -
HSV(B) 234.8º 0.99% 0.6% -
XYZ 5.86 2.62 29.9 -
YUV 26.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 2 15 152 0.99 0.90 0 0.40 234.8 0.97 0.3
Hex 2 F 98 63 5A 0 28 EB 61 1E
Octal 2 17 230 143 132 0 50 353 141 36
Binary 10 1111 10011000 1100011 1011010 0 101000 11101011 1100001 11110

Color Harmonies of #020F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F98

Black with #020F98

Text Example


Text Example

White with #020F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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