Html Css Color HEX #020B9F New Midnight Blue

📋 copy color: '#020B9F'

red 2 ◦ green 11 ◦ blue 159

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

Shades of New Midnight Blue #020B9F

Tints of New Midnight Blue #020B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 92.44%

R = 1.16%
G = 6.4%
B = 92.44%

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

#020B9F (or 0x020B9F) is known color: New Midnight Blue. HEX triplet: 02, 0B and 9F. RGB value is (2,11,159). Sum of RGB (Red+Green+Blue) = 2+11+159=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 159 (62.5% from 255 or 92.44% from 172); Max value from RGB is 159 - color contains mainly: blue. Hex color #020B9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B9F is #FDF460. Grayscale: #181818. Windows color (decimal): -16643169 or 10423042. OLE color: 10423042.

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

Color convert

RGB 2 11 159 -
CMYK 0.99 0.93 0 0.38
HSL 236.56º 0.98% 0.32% -
HSV(B) 236.56º 0.99% 0.62% -
XYZ 6.4 2.76 33 -
YUV 25.18 203.52 111.47 -
System Red Green Blue C M Y K H S L
Decimal 2 11 159 0.99 0.93 0 0.38 236.56 0.98 0.32
Hex 2 B 9F 63 5D 0 26 ED 62 20
Octal 2 13 237 143 135 0 46 355 142 40
Binary 10 1011 10011111 1100011 1011101 0 100110 11101101 1100010 100000

Color Harmonies of #020B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B9F

Black with #020B9F

Text Example


Text Example

White with #020B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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