Html Css Color HEX #03029D New Midnight Blue

📋 copy color: '#03029D'

red 3 ◦ green 2 ◦ blue 157

#03029D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #03029D

Tints of New Midnight Blue #03029D

RGB

 RED value IS 3 (1.56% from 255) = 1.85%

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 157 (61.72% from 255) = 96.91%

R = 1.85%
G = 1.23%
B = 96.91%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03029D (or 0x03029D) is known color: New Midnight Blue. HEX triplet: 03, 02 and 9D. RGB value is (3,2,157). Sum of RGB (Red+Green+Blue) = 3+2+157=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 157 (61.72% from 255 or 96.91% from 162); Max value from RGB is 157 - color contains mainly: blue. Hex color #03029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03029D is #FCFD62. Grayscale: #131313. Windows color (decimal): -16579939 or 10289667. OLE color: 10289667.

HSL color Cylindrical-coordinate representation of color #03029D: hue angle of 240.39º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03029D is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 2 157 -
CMYK 0.98 0.99 0 0.38
HSL 240.39º 0.97% 0.31% -
HSV(B) 240.39º 0.99% 0.62% -
XYZ 6.15 2.5 32.06 -
YUV 19.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 3 2 157 0.98 0.99 0 0.38 240.39 0.97 0.31
Hex 3 2 9D 62 63 0 26 F0 61 1F
Octal 3 2 235 142 143 0 46 360 141 37
Binary 11 10 10011101 1100010 1100011 0 100110 11110000 1100001 11111

Color Harmonies of #03029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03029D

Black with #03029D

Text Example


Text Example

White with #03029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03029D; }

 p { color: rgb(3,2,157); }

 H1.HeaderClassName
 {
   color: #03029D;
 }
 .AnyTagClassName
 {
   color: #03029D;
 }
</style>

background-color css

<style>
 a { background-color: #03029D; }

 a { background-color: rgb(3,2,157); }

 div.DivClassName
 {
   background-color: #03029D;
 }
 .BgClassName
 {
   background-color: #03029D;
 }
</style>

border-color css

<style>
 span { border-color: #03029D; }

 span { border-color: rgb(3,2,157); }

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