Html Css Color HEX #010391 Dark Blue

📋 copy color: '#010391'

red 1 ◦ green 3 ◦ blue 145

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

Shades of Dark Blue #010391

Tints of Dark Blue #010391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 0.67%
G = 2.01%
B = 97.32%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010391 (or 0x010391) is known color: Dark Blue. HEX triplet: 01, 03 and 91. RGB value is (1,3,145). Sum of RGB (Red+Green+Blue) = 1+3+145=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 145 (57.03% from 255 or 97.32% from 149); Max value from RGB is 145 - color contains mainly: blue. Hex color #010391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010391 is #FEFC6E. Grayscale: #121212. Windows color (decimal): -16710767 or 9503489. OLE color: 9503489.

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

Color convert

RGB 1 3 145 -
CMYK 0.99 0.98 0 0.43
HSL 239.17º 0.99% 0.29% -
HSV(B) 239.17º 0.99% 0.57% -
XYZ 5.16 2.12 26.92 -
YUV 18.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 1 3 145 0.99 0.98 0 0.43 239.17 0.99 0.29
Hex 1 3 91 63 62 0 2B EF 63 1D
Octal 1 3 221 143 142 0 53 357 143 35
Binary 1 11 10010001 1100011 1100010 0 101011 11101111 1100011 11101

Color Harmonies of #010391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010391

Black with #010391

Text Example


Text Example

White with #010391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010391; }

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

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

background-color css

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

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

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

border-color css

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

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

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