Html Css Color HEX #020BAB New Midnight Blue

📋 copy color: '#020BAB'

red 2 ◦ green 11 ◦ blue 171

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

Shades of New Midnight Blue #020BAB

Tints of New Midnight Blue #020BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.98%

 BLUE value IS 171 (67.19% from 255) = 92.93%

R = 1.09%
G = 5.98%
B = 92.93%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#020BAB (or 0x020BAB) is known color: New Midnight Blue. HEX triplet: 02, 0B and AB. RGB value is (2,11,171). Sum of RGB (Red+Green+Blue) = 2+11+171=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 171 (67.19% from 255 or 92.93% from 184); Max value from RGB is 171 - color contains mainly: blue. Hex color #020BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAB is #FDF454. Grayscale: #191919. Windows color (decimal): -16643157 or 11209474. OLE color: 11209474.

HSL color Cylindrical-coordinate representation of color #020BAB: hue angle of 236.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BAB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 11 171 -
CMYK 0.99 0.94 0 0.33
HSL 236.8º 0.98% 0.34% -
HSV(B) 236.8º 0.99% 0.67% -
XYZ 7.5 3.19 38.75 -
YUV 26.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 2 11 171 0.99 0.94 0 0.33 236.8 0.98 0.34
Hex 2 B AB 63 5E 0 21 ED 62 22
Octal 2 13 253 143 136 0 41 355 142 42
Binary 10 1011 10101011 1100011 1011110 0 100001 11101101 1100010 100010

Color Harmonies of #020BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BAB

Black with #020BAB

Text Example


Text Example

White with #020BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,11,171); }

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

background-color css

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

 a { background-color: rgb(2,11,171); }

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

border-color css

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

 span { border-color: rgb(2,11,171); }

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