Html Css Color HEX #03149B New Midnight Blue

📋 copy color: '#03149B'

red 3 ◦ green 20 ◦ blue 155

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

Shades of New Midnight Blue #03149B

Tints of New Midnight Blue #03149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 1.69%
G = 11.24%
B = 87.08%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03149B (or 0x03149B) is known color: New Midnight Blue. HEX triplet: 03, 14 and 9B. RGB value is (3,20,155). Sum of RGB (Red+Green+Blue) = 3+20+155=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #03149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03149B is #FCEB64. Grayscale: #1D1D1D. Windows color (decimal): -16575333 or 10163203. OLE color: 10163203.

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

Color convert

RGB 3 20 155 -
CMYK 0.98 0.87 0 0.39
HSL 233.29º 0.96% 0.31% -
HSV(B) 233.29º 0.98% 0.61% -
XYZ 6.2 2.89 31.24 -
YUV 30.31 198.37 108.52 -
System Red Green Blue C M Y K H S L
Decimal 3 20 155 0.98 0.87 0 0.39 233.29 0.96 0.31
Hex 3 14 9B 62 57 0 27 E9 60 1F
Octal 3 24 233 142 127 0 47 351 140 37
Binary 11 10100 10011011 1100010 1010111 0 100111 11101001 1100000 11111

Color Harmonies of #03149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03149B

Black with #03149B

Text Example


Text Example

White with #03149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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