#03095C

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

Shades of Midnight Blue #03095C

Tints of Midnight Blue #03095C

Color information

#03095C (or 0x03095C) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 5C. RGB value is (3,9,92). Sum of RGB (Red+Green+Blue) = 3+9+92=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 92 (36.33% from 255 or 88.46% from 104); Max value from RGB is 92 - color contains mainly: blue. Hex color #03095C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03095C is #FCF6A3. Grayscale: #101010. Windows color (decimal): -16578212 or 6031619. OLE color: 6031619.

HSL color Cylindrical-coordinate representation of color #03095C: hue angle of 235.96º 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 #03095C is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB3992-
CMYK0.970.9000.64
HSL235.96º93.68%18.63%-
HSV(B)235.96º96.74%36.08%-
XYZ2.070.9910.21-
YUV16.67170.51118.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 92 (36.33% from 255) = 88.46%
R=2.88%
G=8.65%
B=88.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal39920.970.9000.64235.9693.6818.63
Hex395C615A040ec5e13
Octal311134141132010035413623
Binary1110011011100110000110110100100000011101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03095C; }

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

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

<style>
 a { background-color: #03095C; }

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

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

<style>
 span { border-color: #03095C; }

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

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