Html Css Color HEX #020F94 New Midnight Blue

📋 copy color: '#020F94'

red 2 ◦ green 15 ◦ blue 148

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

Shades of New Midnight Blue #020F94

Tints of New Midnight Blue #020F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 89.7%

R = 1.21%
G = 9.09%
B = 89.7%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020F94 (or 0x020F94) is known color: New Midnight Blue. HEX triplet: 02, 0F and 94. RGB value is (2,15,148). Sum of RGB (Red+Green+Blue) = 2+15+148=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #020F94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F94 is #FDF06B. Grayscale: #191919. Windows color (decimal): -16642156 or 9703170. OLE color: 9703170.

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

Color convert

RGB 2 15 148 -
CMYK 0.99 0.90 0 0.42
HSL 234.66º 0.97% 0.29% -
HSV(B) 234.66º 0.99% 0.58% -
XYZ 5.54 2.49 28.21 -
YUV 26.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 2 15 148 0.99 0.90 0 0.42 234.66 0.97 0.29
Hex 2 F 94 63 5A 0 2A EB 61 1D
Octal 2 17 224 143 132 0 52 353 141 35
Binary 10 1111 10010100 1100011 1011010 0 101010 11101011 1100001 11101

Color Harmonies of #020F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F94

Black with #020F94

Text Example


Text Example

White with #020F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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