Html Css Color HEX #030299 New Midnight Blue

📋 copy color: '#030299'

red 3 ◦ green 2 ◦ blue 153

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

Shades of New Midnight Blue #030299

Tints of New Midnight Blue #030299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 96.84%

R = 1.9%
G = 1.27%
B = 96.84%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#030299 (or 0x030299) is known color: New Midnight Blue. HEX triplet: 03, 02 and 99. RGB value is (3,2,153). Sum of RGB (Red+Green+Blue) = 3+2+153=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 153 (60.16% from 255 or 96.84% from 158); Max value from RGB is 153 - color contains mainly: blue. Hex color #030299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030299 is #FCFD66. Grayscale: #121212. Windows color (decimal): -16579943 or 10027523. OLE color: 10027523.

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

Color convert

RGB 3 2 153 -
CMYK 0.98 0.99 0 0.4
HSL 240.4º 0.97% 0.3% -
HSV(B) 240.4º 0.99% 0.6% -
XYZ 5.81 2.36 30.29 -
YUV 19.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 3 2 153 0.98 0.99 0 0.4 240.4 0.97 0.3
Hex 3 2 99 62 63 0 28 F0 61 1E
Octal 3 2 231 142 143 0 50 360 141 36
Binary 11 10 10011001 1100010 1100011 0 101000 11110000 1100001 11110

Color Harmonies of #030299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030299

Black with #030299

Text Example


Text Example

White with #030299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030299; }

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

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

background-color css

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

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

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

border-color css

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

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

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