Html Css Color HEX #030495 New Midnight Blue

📋 copy color: '#030495'

red 3 ◦ green 4 ◦ blue 149

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

Shades of New Midnight Blue #030495

Tints of New Midnight Blue #030495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 149 (58.59% from 255) = 95.51%

R = 1.92%
G = 2.56%
B = 95.51%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#030495 (or 0x030495) is known color: New Midnight Blue. HEX triplet: 03, 04 and 95. RGB value is (3,4,149). Sum of RGB (Red+Green+Blue) = 3+4+149=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 149 (58.59% from 255 or 95.51% from 156); Max value from RGB is 149 - color contains mainly: blue. Hex color #030495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030495 is #FCFB6A. Grayscale: #131313. Windows color (decimal): -16579435 or 9765891. OLE color: 9765891.

HSL color Cylindrical-coordinate representation of color #030495: hue angle of 239.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030495 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 4 149 -
CMYK 0.98 0.97 0 0.42
HSL 239.59º 0.96% 0.3% -
HSV(B) 239.59º 0.98% 0.58% -
XYZ 5.51 2.28 28.58 -
YUV 20.23 200.67 115.71 -
System Red Green Blue C M Y K H S L
Decimal 3 4 149 0.98 0.97 0 0.42 239.59 0.96 0.3
Hex 3 4 95 62 61 0 2A F0 60 1E
Octal 3 4 225 142 141 0 52 360 140 36
Binary 11 100 10010101 1100010 1100001 0 101010 11110000 1100000 11110

Color Harmonies of #030495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030495

Black with #030495

Text Example


Text Example

White with #030495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030495; }

 p { color: rgb(3,4,149); }

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

background-color css

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

 a { background-color: rgb(3,4,149); }

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

border-color css

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

 span { border-color: rgb(3,4,149); }

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