#030B5C

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

Shades of Midnight Blue #030B5C

Tints of Midnight Blue #030B5C

Color information

#030B5C (or 0x030B5C) is unknown color: approx Midnight Blue. HEX triplet: 03, 0B and 5C. RGB value is (3,11,92). Sum of RGB (Red+Green+Blue) = 3+11+92=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #030B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B5C is #FCF4A3. Grayscale: #111111. Windows color (decimal): -16577700 or 6032131. OLE color: 6032131.

HSL color Cylindrical-coordinate representation of color #030B5C: hue angle of 234.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B5C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31192-
CMYK0.970.8800.64
HSL234.61º93.68%18.63%-
HSV(B)234.61º96.74%36.08%-
XYZ2.091.0310.21-
YUV17.84169.85117.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 92 (36.33% from 255) = 86.79%
R=2.83%
G=10.38%
B=86.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal311920.970.8800.64234.6193.6818.63
Hex3B5C6158040eb5e13
Octal313134141130010035313623
Binary1110111011100110000110110000100000011101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B5C; }

 p { color: rgb(3,11,92); }

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

<style>
 a { background-color: #030B5C; }

 a { background-color: rgb(3,11,92); }

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

<style>
 span { border-color: #030B5C; }

 span { border-color: rgb(3,11,92); }

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