Html Css Color HEX #020FAF New Midnight Blue

📋 copy color: '#020FAF'

red 2 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #020FAF

Tints of New Midnight Blue #020FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 91.15%

R = 1.04%
G = 7.81%
B = 91.15%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#020FAF (or 0x020FAF) is known color: New Midnight Blue. HEX triplet: 02, 0F and AF. RGB value is (2,15,175). Sum of RGB (Red+Green+Blue) = 2+15+175=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #020FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FAF is #FDF050. Grayscale: #1C1C1C. Windows color (decimal): -16642129 or 11472642. OLE color: 11472642.

HSL color Cylindrical-coordinate representation of color #020FAF: hue angle of 235.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FAF is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 15 175 -
CMYK 0.99 0.91 0 0.31
HSL 235.49º 0.98% 0.35% -
HSV(B) 235.49º 0.99% 0.69% -
XYZ 7.93 3.45 40.81 -
YUV 29.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 2 15 175 0.99 0.91 0 0.31 235.49 0.98 0.35
Hex 2 F AF 63 5B 0 1F EB 62 23
Octal 2 17 257 143 133 0 37 353 142 43
Binary 10 1111 10101111 1100011 1011011 0 11111 11101011 1100010 100011

Color Harmonies of #020FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FAF

Black with #020FAF

Text Example


Text Example

White with #020FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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