Html Css Color HEX #020B9D New Midnight Blue

📋 copy color: '#020B9D'

red 2 ◦ green 11 ◦ blue 157

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

Shades of New Midnight Blue #020B9D

Tints of New Midnight Blue #020B9D

RGB

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

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

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

R = 1.18%
G = 6.47%
B = 92.35%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020B9D (or 0x020B9D) is known color: New Midnight Blue. HEX triplet: 02, 0B and 9D. RGB value is (2,11,157). Sum of RGB (Red+Green+Blue) = 2+11+157=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #020B9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B9D is #FDF462. Grayscale: #181818. Windows color (decimal): -16643171 or 10291970. OLE color: 10291970.

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

Color convert

RGB 2 11 157 -
CMYK 0.99 0.93 0 0.38
HSL 236.52º 0.97% 0.31% -
HSV(B) 236.52º 0.99% 0.62% -
XYZ 6.23 2.69 32.09 -
YUV 24.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 2 11 157 0.99 0.93 0 0.38 236.52 0.97 0.31
Hex 2 B 9D 63 5D 0 26 ED 61 1F
Octal 2 13 235 143 135 0 46 355 141 37
Binary 10 1011 10011101 1100011 1011101 0 100110 11101101 1100001 11111

Color Harmonies of #020B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B9D

Black with #020B9D

Text Example


Text Example

White with #020B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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