Html Css Color HEX #03009B New Midnight Blue

📋 copy color: '#03009B'

red 3 ◦ green 0 ◦ blue 155

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

Shades of New Midnight Blue #03009B

Tints of New Midnight Blue #03009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 98.1%

R = 1.9%
G = 0%
B = 98.1%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03009B (or 0x03009B) is known color: New Midnight Blue. HEX triplet: 03, 00 and 9B. RGB value is (3,0,155). Sum of RGB (Red+Green+Blue) = 3+0+155=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 155 (60.94% from 255 or 98.10% from 158); Max value from RGB is 155 - color contains mainly: blue. Hex color #03009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03009B is #FCFF64. Grayscale: #111111. Windows color (decimal): -16580453 or 10158083. OLE color: 10158083.

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

Color convert

RGB 3 0 155 -
CMYK 0.98 1 0 0.39
HSL 241.16º 1% 0.3% -
HSV(B) 241.16º 1% 0.61% -
XYZ 5.95 2.39 31.16 -
YUV 18.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 3 0 155 0.98 1 0 0.39 241.16 1 0.3
Hex 3 0 9B 62 64 0 27 F1 64 1E
Octal 3 0 233 142 144 0 47 361 144 36
Binary 11 0 10011011 1100010 1100100 0 100111 11110001 1100100 11110

Color Harmonies of #03009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03009B

Black with #03009B

Text Example


Text Example

White with #03009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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