#03095A

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

Shades of Midnight Blue #03095A

Tints of Midnight Blue #03095A

Color information

#03095A (or 0x03095A) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 5A. RGB value is (3,9,90). Sum of RGB (Red+Green+Blue) = 3+9+90=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 90 (35.55% from 255 or 88.24% from 102); Max value from RGB is 90 - color contains mainly: blue. Hex color #03095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03095A is #FCF6A5. Grayscale: #101010. Windows color (decimal): -16578214 or 5900547. OLE color: 5900547.

HSL color Cylindrical-coordinate representation of color #03095A: hue angle of 235.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03095A is Cyan = 0.97, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB3990-
CMYK0.970.900.65
HSL235.86º93.55%18.24%-
HSV(B)235.86º96.67%35.29%-
XYZ1.980.959.75-
YUV16.44169.51118.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 90 (35.55% from 255) = 88.24%
R=2.94%
G=8.82%
B=88.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal39900.970.900.65235.8693.5518.24
Hex395A615A041ec5e12
Octal311132141132010135413622
Binary1110011011010110000110110100100000111101100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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