Html Css Color HEX #001190 Dark Blue

📋 copy color: '#001190'

red 0 ◦ green 17 ◦ blue 144

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

Shades of Dark Blue #001190

Tints of Dark Blue #001190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 144 (56.64% from 255) = 89.44%

R = 0%
G = 10.56%
B = 89.44%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#001190 (or 0x001190) is known color: Dark Blue. HEX triplet: 00, 11 and 90. RGB value is (0,17,144). Sum of RGB (Red+Green+Blue) = 0+17+144=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #001190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001190 is #FFEE6F. Grayscale: #191919. Windows color (decimal): -16772720 or 9441536. OLE color: 9441536.

HSL color Cylindrical-coordinate representation of color #001190: hue angle of 232.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001190 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 17 144 -
CMYK 1 0.88 0 0.44
HSL 232.92º 1% 0.28% -
HSV(B) 232.92º 1% 0.56% -
XYZ 5.23 2.41 26.58 -
YUV 26.4 194.37 109.17 -
System Red Green Blue C M Y K H S L
Decimal 0 17 144 1 0.88 0 0.44 232.92 1 0.28
Hex 0 11 90 64 58 0 2C E9 64 1C
Octal 0 21 220 144 130 0 54 351 144 34
Binary 0 10001 10010000 1100100 1011000 0 101100 11101001 1100100 11100

Color Harmonies of #001190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001190

Black with #001190

Text Example


Text Example

White with #001190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001190; }

 p { color: rgb(0,17,144); }

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

background-color css

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

 a { background-color: rgb(0,17,144); }

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

border-color css

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

 span { border-color: rgb(0,17,144); }

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