#03055C

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

Shades of Midnight Blue #03055C

Tints of Midnight Blue #03055C

Color information

#03055C (or 0x03055C) is unknown color: approx Midnight Blue. HEX triplet: 03, 05 and 5C. RGB value is (3,5,92). Sum of RGB (Red+Green+Blue) = 3+5+92=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #03055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03055C is #FCFAA3. Grayscale: #0D0D0D. Windows color (decimal): -16579236 or 6030595. OLE color: 6030595.

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

Color convert

RGB3592-
CMYK0.970.9500.64
HSL238.65º93.68%18.63%-
HSV(B)238.65º96.74%36.08%-
XYZ2.020.910.19-
YUV14.32171.84119.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 92 (36.33% from 255) = 92%
R=3%
G=5%
B=92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal35920.970.9500.64238.6593.6818.63
Hex355C615F040ef5e13
Octal35134141137010035713623
Binary111011011100110000110111110100000011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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