Html Css Color HEX #001091 Dark Blue

📋 copy color: '#001091'

red 0 ◦ green 16 ◦ blue 145

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

Shades of Dark Blue #001091

Tints of Dark Blue #001091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 0%
G = 9.94%
B = 90.06%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001091 (or 0x001091) is known color: Dark Blue. HEX triplet: 00, 10 and 91. RGB value is (0,16,145). Sum of RGB (Red+Green+Blue) = 0+16+145=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 145 (57.03% from 255 or 90.06% from 161); Max value from RGB is 145 - color contains mainly: blue. Hex color #001091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001091 is #FFEF6E. Grayscale: #191919. Windows color (decimal): -16772975 or 9506816. OLE color: 9506816.

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

Color convert

RGB 0 16 145 -
CMYK 1 0.89 0 0.43
HSL 233.38º 1% 0.28% -
HSV(B) 233.38º 1% 0.57% -
XYZ 5.3 2.41 26.98 -
YUV 25.92 195.2 109.51 -
System Red Green Blue C M Y K H S L
Decimal 0 16 145 1 0.89 0 0.43 233.38 1 0.28
Hex 0 10 91 64 59 0 2B E9 64 1C
Octal 0 20 221 144 131 0 53 351 144 34
Binary 0 10000 10010001 1100100 1011001 0 101011 11101001 1100100 11100

Color Harmonies of #001091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001091

Black with #001091

Text Example


Text Example

White with #001091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001091; }

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

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

background-color css

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

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

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

border-color css

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

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

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