#0b0cb4

Color #0B0CB4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0B0CB4

Tints of New Midnight Blue #0B0CB4

Color information

#0B0CB4 (or 0x0B0CB4) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 0C and B4. RGB value is (11,12,180). Sum of RGB (Red+Green+Blue) = 11+12+180=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 180 (70.70% from 255 or 88.67% from 203); Max value from RGB is 180 - color contains mainly: blue. Hex color #0B0CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0CB4 is #F4F34B. Grayscale: #1E1E1E. Windows color (decimal): -16053068 or 11799563. OLE color: 11799563.

HSL color Cylindrical-coordinate representation of color #0B0CB4: hue angle of 239.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0CB4 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1112180-
CMYK0.940.9300.29
HSL239.64º88.48%37.45%-
HSV(B)239.64º93.89%70.59%-
XYZ8.513.6343.43-
YUV30.85212.17113.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 180 (70.70% from 255) = 88.67%
R=5.42%
G=5.91%
B=88.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11121800.940.9300.29239.6488.4837.45
HexBCB45E5D01Df05825
Octal131426413613503536013045
Binary101111001011010010111101011101011101111100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b0cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b0cb4; }

 p { color: rgb(11,12,180); }

 H1.HeaderClassName
 {
   color: #0b0cb4;
 }
 .AnyTagClassName
 {
   color: #0b0cb4;
 }
</style>
background-color css

<style>
 a { background-color: #0b0cb4; }

 a { background-color: rgb(11,12,180); }

 div.DivClassName
 {
   background-color: #0b0cb4;
 }
 .BgClassName
 {
   background-color: #0b0cb4;
 }
</style>
border-color css

<style>
 span { border-color: #0b0cb4; }

 span { border-color: rgb(11,12,180); }

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