Html Css Color HEX #03009D New Midnight Blue

📋 copy color: '#03009D'

red 3 ◦ green 0 ◦ blue 157

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

Shades of New Midnight Blue #03009D

Tints of New Midnight Blue #03009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.88%
G = 0%
B = 98.13%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03009D (or 0x03009D) is known color: New Midnight Blue. HEX triplet: 03, 00 and 9D. RGB value is (3,0,157). Sum of RGB (Red+Green+Blue) = 3+0+157=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 157 (61.72% from 255 or 98.12% from 160); Max value from RGB is 157 - color contains mainly: blue. Hex color #03009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03009D is #FCFF62. Grayscale: #121212. Windows color (decimal): -16580451 or 10289155. OLE color: 10289155.

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

Color convert

RGB 3 0 157 -
CMYK 0.98 1 0 0.38
HSL 241.15º 1% 0.31% -
HSV(B) 241.15º 1% 0.62% -
XYZ 6.12 2.45 32.05 -
YUV 18.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 3 0 157 0.98 1 0 0.38 241.15 1 0.31
Hex 3 0 9D 62 64 0 26 F1 64 1F
Octal 3 0 235 142 144 0 46 361 144 37
Binary 11 0 10011101 1100010 1100100 0 100110 11110001 1100100 11111

Color Harmonies of #03009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03009D

Black with #03009D

Text Example


Text Example

White with #03009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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