Html Css Color HEX #001791 Dark Blue

📋 copy color: '#001791'

red 0 ◦ green 23 ◦ blue 145

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

Shades of Dark Blue #001791

Tints of Dark Blue #001791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 145 (57.03% from 255) = 86.31%

R = 0%
G = 13.69%
B = 86.31%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001791 (or 0x001791) is known color: Dark Blue. HEX triplet: 00, 17 and 91. RGB value is (0,23,145). Sum of RGB (Red+Green+Blue) = 0+23+145=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #001791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001791 is #FFE86E. Grayscale: #1D1D1D. Windows color (decimal): -16771183 or 9508608. OLE color: 9508608.

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

Color convert

RGB 0 23 145 -
CMYK 1 0.84 0 0.43
HSL 230.48º 1% 0.28% -
HSV(B) 230.48º 1% 0.57% -
XYZ 5.42 2.66 27.02 -
YUV 30.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 0 23 145 1 0.84 0 0.43 230.48 1 0.28
Hex 0 17 91 64 54 0 2B E6 64 1C
Octal 0 27 221 144 124 0 53 346 144 34
Binary 0 10111 10010001 1100100 1010100 0 101011 11100110 1100100 11100

Color Harmonies of #001791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001791

Black with #001791

Text Example


Text Example

White with #001791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001791; }

 p { color: rgb(0,23,145); }

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

background-color css

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

 a { background-color: rgb(0,23,145); }

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

border-color css

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

 span { border-color: rgb(0,23,145); }

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