Html Css Color HEX #010791 Dark Blue

📋 copy color: '#010791'

red 1 ◦ green 7 ◦ blue 145

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

Shades of Dark Blue #010791

Tints of Dark Blue #010791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 0.65%
G = 4.58%
B = 94.77%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010791 (or 0x010791) is known color: Dark Blue. HEX triplet: 01, 07 and 91. RGB value is (1,7,145). Sum of RGB (Red+Green+Blue) = 1+7+145=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 145 (57.03% from 255 or 94.77% from 153); Max value from RGB is 145 - color contains mainly: blue. Hex color #010791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010791 is #FEF86E. Grayscale: #141414. Windows color (decimal): -16709743 or 9504513. OLE color: 9504513.

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

Color convert

RGB 1 7 145 -
CMYK 0.99 0.95 0 0.43
HSL 237.5º 0.99% 0.29% -
HSV(B) 237.5º 0.99% 0.57% -
XYZ 5.2 2.2 26.94 -
YUV 20.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 1 7 145 0.99 0.95 0 0.43 237.5 0.99 0.29
Hex 1 7 91 63 5F 0 2B EE 63 1D
Octal 1 7 221 143 137 0 53 356 143 35
Binary 1 111 10010001 1100011 1011111 0 101011 11101110 1100011 11101

Color Harmonies of #010791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010791

Black with #010791

Text Example


Text Example

White with #010791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010791; }

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

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

background-color css

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

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

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

border-color css

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

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

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