#0B0462

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

Shades of Midnight Blue #0B0462

Tints of Midnight Blue #0B0462

Color information

#0B0462 (or 0x0B0462) is unknown color: approx Midnight Blue. HEX triplet: 0B, 04 and 62. RGB value is (11,4,98). Sum of RGB (Red+Green+Blue) = 11+4+98=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B0462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0462 is #F4FB9D. Grayscale: #101010. Windows color (decimal): -16055198 or 6423563. OLE color: 6423563.

HSL color Cylindrical-coordinate representation of color #0B0462: hue angle of 244.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0462 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11498-
CMYK0.890.9600.62
HSL244.47º92.16%20%-
HSV(B)244.47º95.92%38.43%-
XYZ2.391.0411.63-
YUV16.81173.82123.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 98 (38.67% from 255) = 86.73%
R=9.73%
G=3.54%
B=86.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal114980.890.9600.62244.4792.1620
HexB462596003Ef45c14
Octal13414213114007636413424
Binary1011100110001010110011100000011111011110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,4,98); }

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

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

 a { background-color: rgb(11,4,98); }

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

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

 span { border-color: rgb(11,4,98); }

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