Html Css Color HEX #010A91 Dark Blue

📋 copy color: '#010A91'

red 1 ◦ green 10 ◦ blue 145

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

Shades of Dark Blue #010A91

Tints of Dark Blue #010A91

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.41%

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

R = 0.64%
G = 6.41%
B = 92.95%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010A91 (or 0x010A91) is known color: Dark Blue. HEX triplet: 01, 0A and 91. RGB value is (1,10,145). Sum of RGB (Red+Green+Blue) = 1+10+145=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #010A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A91 is #FEF56E. Grayscale: #161616. Windows color (decimal): -16708975 or 9505281. OLE color: 9505281.

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

Color convert

RGB 1 10 145 -
CMYK 0.99 0.93 0 0.43
HSL 236.25º 0.99% 0.29% -
HSV(B) 236.25º 0.99% 0.57% -
XYZ 5.23 2.27 26.95 -
YUV 22.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 1 10 145 0.99 0.93 0 0.43 236.25 0.99 0.29
Hex 1 A 91 63 5D 0 2B EC 63 1D
Octal 1 12 221 143 135 0 53 354 143 35
Binary 1 1010 10010001 1100011 1011101 0 101011 11101100 1100011 11101

Color Harmonies of #010A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A91

Black with #010A91

Text Example


Text Example

White with #010A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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