Html Css Color HEX #010699 New Midnight Blue

📋 copy color: '#010699'

red 1 ◦ green 6 ◦ blue 153

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

Shades of New Midnight Blue #010699

Tints of New Midnight Blue #010699

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

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

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

R = 0.63%
G = 3.75%
B = 95.63%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#010699 (or 0x010699) is known color: New Midnight Blue. HEX triplet: 01, 06 and 99. RGB value is (1,6,153). Sum of RGB (Red+Green+Blue) = 1+6+153=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 153 (60.16% from 255 or 95.62% from 160); Max value from RGB is 153 - color contains mainly: blue. Hex color #010699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010699 is #FEF966. Grayscale: #141414. Windows color (decimal): -16709991 or 10028545. OLE color: 10028545.

HSL color Cylindrical-coordinate representation of color #010699: hue angle of 238.03º degrees, saturation: 0.99, 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 #010699 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 6 153 -
CMYK 0.99 0.96 0 0.4
HSL 238.03º 0.99% 0.3% -
HSV(B) 238.03º 0.99% 0.6% -
XYZ 5.83 2.44 30.3 -
YUV 21.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 1 6 153 0.99 0.96 0 0.4 238.03 0.99 0.3
Hex 1 6 99 63 60 0 28 EE 63 1E
Octal 1 6 231 143 140 0 50 356 143 36
Binary 1 110 10011001 1100011 1100000 0 101000 11101110 1100011 11110

Color Harmonies of #010699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010699

Black with #010699

Text Example


Text Example

White with #010699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010699; }

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

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

background-color css

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

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

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

border-color css

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

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

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