Html Css Color HEX #020FB0 New Midnight Blue

📋 copy color: '#020FB0'

red 2 ◦ green 15 ◦ blue 176

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

Shades of New Midnight Blue #020FB0

Tints of New Midnight Blue #020FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 91.19%

R = 1.04%
G = 7.77%
B = 91.19%

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

#020FB0 (or 0x020FB0) is known color: New Midnight Blue. HEX triplet: 02, 0F and B0. RGB value is (2,15,176). Sum of RGB (Red+Green+Blue) = 2+15+176=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 176 (69.14% from 255 or 91.19% from 193); Max value from RGB is 176 - color contains mainly: blue. Hex color #020FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020FB0 is #FDF04F. Grayscale: #1C1C1C. Windows color (decimal): -16642128 or 11538178. OLE color: 11538178.

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

Color convert

RGB 2 15 176 -
CMYK 0.99 0.91 0 0.31
HSL 235.52º 0.98% 0.35% -
HSV(B) 235.52º 0.99% 0.69% -
XYZ 8.03 3.49 41.32 -
YUV 29.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 2 15 176 0.99 0.91 0 0.31 235.52 0.98 0.35
Hex 2 F B0 63 5B 0 1F EC 62 23
Octal 2 17 260 143 133 0 37 354 142 43
Binary 10 1111 10110000 1100011 1011011 0 11111 11101100 1100010 100011

Color Harmonies of #020FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FB0

Black with #020FB0

Text Example


Text Example

White with #020FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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