Html Css Color HEX #001891 Dark Blue

📋 copy color: '#001891'

red 0 ◦ green 24 ◦ blue 145

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

Shades of Dark Blue #001891

Tints of Dark Blue #001891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 0%
G = 14.2%
B = 85.8%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001891 (or 0x001891) is known color: Dark Blue. HEX triplet: 00, 18 and 91. RGB value is (0,24,145). Sum of RGB (Red+Green+Blue) = 0+24+145=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #001891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001891 is #FFE76E. Grayscale: #1E1E1E. Windows color (decimal): -16770927 or 9508864. OLE color: 9508864.

HSL color Cylindrical-coordinate representation of color #001891: hue angle of 230.07º 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 #001891 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 24 145 -
CMYK 1 0.83 0 0.43
HSL 230.07º 1% 0.28% -
HSV(B) 230.07º 1% 0.57% -
XYZ 5.44 2.7 27.02 -
YUV 30.62 192.55 106.16 -
System Red Green Blue C M Y K H S L
Decimal 0 24 145 1 0.83 0 0.43 230.07 1 0.28
Hex 0 18 91 64 53 0 2B E6 64 1C
Octal 0 30 221 144 123 0 53 346 144 34
Binary 0 11000 10010001 1100100 1010011 0 101011 11100110 1100100 11100

Color Harmonies of #001891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001891

Black with #001891

Text Example


Text Example

White with #001891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001891; }

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

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

background-color css

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

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

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

border-color css

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

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

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