Html Css Color HEX #001699 New Midnight Blue

📋 copy color: '#001699'

red 0 ◦ green 22 ◦ blue 153

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

Shades of New Midnight Blue #001699

Tints of New Midnight Blue #001699

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 0%
G = 12.57%
B = 87.43%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#001699 (or 0x001699) is known color: New Midnight Blue. HEX triplet: 00, 16 and 99. RGB value is (0,22,153). Sum of RGB (Red+Green+Blue) = 0+22+153=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #001699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001699 is #FFE966. Grayscale: #1D1D1D. Windows color (decimal): -16771431 or 10032640. OLE color: 10032640.

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

Color convert

RGB 0 22 153 -
CMYK 1 0.86 0 0.4
HSL 231.37º 1% 0.3% -
HSV(B) 231.37º 1% 0.6% -
XYZ 6.04 2.87 30.37 -
YUV 30.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 0 22 153 1 0.86 0 0.4 231.37 1 0.3
Hex 0 16 99 64 56 0 28 E7 64 1E
Octal 0 26 231 144 126 0 50 347 144 36
Binary 0 10110 10011001 1100100 1010110 0 101000 11100111 1100100 11110

Color Harmonies of #001699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001699

Black with #001699

Text Example


Text Example

White with #001699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001699; }

 p { color: rgb(0,22,153); }

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

background-color css

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

 a { background-color: rgb(0,22,153); }

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

border-color css

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

 span { border-color: rgb(0,22,153); }

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