Html Css Color HEX #010991 Dark Blue

📋 copy color: '#010991'

red 1 ◦ green 9 ◦ blue 145

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

Shades of Dark Blue #010991

Tints of Dark Blue #010991

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 0.65%
G = 5.81%
B = 93.55%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010991 (or 0x010991) is known color: Dark Blue. HEX triplet: 01, 09 and 91. RGB value is (1,9,145). Sum of RGB (Red+Green+Blue) = 1+9+145=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #010991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010991 is #FEF66E. Grayscale: #151515. Windows color (decimal): -16709231 or 9505025. OLE color: 9505025.

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

Color convert

RGB 1 9 145 -
CMYK 0.99 0.94 0 0.43
HSL 236.67º 0.99% 0.29% -
HSV(B) 236.67º 0.99% 0.57% -
XYZ 5.22 2.25 26.95 -
YUV 22.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 1 9 145 0.99 0.94 0 0.43 236.67 0.99 0.29
Hex 1 9 91 63 5E 0 2B ED 63 1D
Octal 1 11 221 143 136 0 53 355 143 35
Binary 1 1001 10010001 1100011 1011110 0 101011 11101101 1100011 11101

Color Harmonies of #010991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010991

Black with #010991

Text Example


Text Example

White with #010991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010991; }

 p { color: rgb(1,9,145); }

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

background-color css

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

 a { background-color: rgb(1,9,145); }

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

border-color css

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

 span { border-color: rgb(1,9,145); }

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