#03129A

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

Shades of New Midnight Blue #03129A

Tints of New Midnight Blue #03129A

Color information

#03129A (or 0x03129A) is unknown color: approx New Midnight Blue. HEX triplet: 03, 12 and 9A. RGB value is (3,18,154). Sum of RGB (Red+Green+Blue) = 3+18+154=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 154 (60.55% from 255 or 88% from 175); Max value from RGB is 154 - color contains mainly: blue. Hex color #03129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03129A is #FCED65. Grayscale: #1C1C1C. Windows color (decimal): -16575846 or 10097155. OLE color: 10097155.

HSL color Cylindrical-coordinate representation of color #03129A: hue angle of 234.04º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03129A is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB318154-
CMYK0.980.8800.40
HSL234.04º96.18%30.78%-
HSV(B)234.04º98.05%60.39%-
XYZ6.092.7930.79-
YUV29.02198.53109.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 154 (60.55% from 255) = 88%
R=1.71%
G=10.29%
B=88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3181540.980.8800.40234.0496.1830.78
Hex3129A6258028ea601f
Octal32223214213005035214037
Binary11100101001101011000101011000010100011101010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,18,154); }

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

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

 a { background-color: rgb(3,18,154); }

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

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

 span { border-color: rgb(3,18,154); }

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