Html Css Color HEX #010A93 Dark Blue

📋 copy color: '#010A93'

red 1 ◦ green 10 ◦ blue 147

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

Shades of Dark Blue #010A93

Tints of Dark Blue #010A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 93.04%

R = 0.63%
G = 6.33%
B = 93.04%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010A93 (or 0x010A93) is known color: Dark Blue. HEX triplet: 01, 0A and 93. RGB value is (1,10,147). Sum of RGB (Red+Green+Blue) = 1+10+147=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #010A93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A93 is #FEF56C. Grayscale: #161616. Windows color (decimal): -16708973 or 9636353. OLE color: 9636353.

HSL color Cylindrical-coordinate representation of color #010A93: hue angle of 236.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A93 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 10 147 -
CMYK 0.99 0.93 0 0.42
HSL 236.3º 0.99% 0.29% -
HSV(B) 236.3º 0.99% 0.58% -
XYZ 5.39 2.33 27.77 -
YUV 22.93 198.02 112.36 -
System Red Green Blue C M Y K H S L
Decimal 1 10 147 0.99 0.93 0 0.42 236.3 0.99 0.29
Hex 1 A 93 63 5D 0 2A EC 63 1D
Octal 1 12 223 143 135 0 52 354 143 35
Binary 1 1010 10010011 1100011 1011101 0 101010 11101100 1100011 11101

Color Harmonies of #010A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A93

Black with #010A93

Text Example


Text Example

White with #010A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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