Html Css Color HEX #030699 New Midnight Blue

📋 copy color: '#030699'

red 3 ◦ green 6 ◦ blue 153

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

Shades of New Midnight Blue #030699

Tints of New Midnight Blue #030699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 1.85%
G = 3.7%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#030699 (or 0x030699) is known color: New Midnight Blue. HEX triplet: 03, 06 and 99. RGB value is (3,6,153). Sum of RGB (Red+Green+Blue) = 3+6+153=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 153 (60.16% from 255 or 94.44% from 162); Max value from RGB is 153 - color contains mainly: blue. Hex color #030699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030699 is #FCF966. Grayscale: #151515. Windows color (decimal): -16578919 or 10028547. OLE color: 10028547.

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

Color convert

RGB 3 6 153 -
CMYK 0.98 0.96 0 0.4
HSL 238.8º 0.96% 0.31% -
HSV(B) 238.8º 0.98% 0.6% -
XYZ 5.85 2.45 30.3 -
YUV 21.86 202.01 114.55 -
System Red Green Blue C M Y K H S L
Decimal 3 6 153 0.98 0.96 0 0.4 238.8 0.96 0.31
Hex 3 6 99 62 60 0 28 EF 60 1F
Octal 3 6 231 142 140 0 50 357 140 37
Binary 11 110 10011001 1100010 1100000 0 101000 11101111 1100000 11111

Color Harmonies of #030699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030699

Black with #030699

Text Example


Text Example

White with #030699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030699; }

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

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

background-color css

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

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

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

border-color css

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

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

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