#03009C

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

Shades of New Midnight Blue #03009C

Tints of New Midnight Blue #03009C

Color information

#03009C (or 0x03009C) is unknown color: approx New Midnight Blue. HEX triplet: 03, 00 and 9C. RGB value is (3,0,156). Sum of RGB (Red+Green+Blue) = 3+0+156=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 156 (61.33% from 255 or 98.11% from 159); Max value from RGB is 156 - color contains mainly: blue. Hex color #03009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03009C is #FCFF63. Grayscale: #121212. Windows color (decimal): -16580452 or 10223619. OLE color: 10223619.

HSL color Cylindrical-coordinate representation of color #03009C: hue angle of 241.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03009C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30156-
CMYK0.98100.39
HSL241.15º100%30.59%-
HSV(B)241.15º100%61.18%-
XYZ6.042.4231.6-
YUV18.68205.49116.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 98.11%
R=1.89%
G=0%
B=98.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301560.98100.39241.1510030.59
Hex309C6264027f1641f
Octal3023414214404736114437
Binary1101001110011000101100100010011111110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,0,156); }

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

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

 a { background-color: rgb(3,0,156); }

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

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

 span { border-color: rgb(3,0,156); }

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