Html Css Color HEX #020F9D New Midnight Blue

📋 copy color: '#020F9D'

red 2 ◦ green 15 ◦ blue 157

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

Shades of New Midnight Blue #020F9D

Tints of New Midnight Blue #020F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 90.23%

R = 1.15%
G = 8.62%
B = 90.23%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020F9D (or 0x020F9D) is known color: New Midnight Blue. HEX triplet: 02, 0F and 9D. RGB value is (2,15,157). Sum of RGB (Red+Green+Blue) = 2+15+157=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 157 (61.72% from 255 or 90.23% from 174); Max value from RGB is 157 - color contains mainly: blue. Hex color #020F9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F9D is #FDF062. Grayscale: #1A1A1A. Windows color (decimal): -16642147 or 10292994. OLE color: 10292994.

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

Color convert

RGB 2 15 157 -
CMYK 0.99 0.90 0 0.38
HSL 234.97º 0.97% 0.31% -
HSV(B) 234.97º 0.99% 0.62% -
XYZ 6.28 2.79 32.11 -
YUV 27.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 2 15 157 0.99 0.90 0 0.38 234.97 0.97 0.31
Hex 2 F 9D 63 5A 0 26 EB 61 1F
Octal 2 17 235 143 132 0 46 353 141 37
Binary 10 1111 10011101 1100011 1011010 0 100110 11101011 1100001 11111

Color Harmonies of #020F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F9D

Black with #020F9D

Text Example


Text Example

White with #020F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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