Html Css Color HEX #010A92 Dark Blue

📋 copy color: '#010A92'

red 1 ◦ green 10 ◦ blue 146

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

Shades of Dark Blue #010A92

Tints of Dark Blue #010A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 92.99%

R = 0.64%
G = 6.37%
B = 92.99%

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

#010A92 (or 0x010A92) is known color: Dark Blue. HEX triplet: 01, 0A and 92. RGB value is (1,10,146). Sum of RGB (Red+Green+Blue) = 1+10+146=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #010A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A92 is #FEF56D. Grayscale: #161616. Windows color (decimal): -16708974 or 9570817. OLE color: 9570817.

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

Color convert

RGB 1 10 146 -
CMYK 0.99 0.93 0 0.43
HSL 236.28º 0.99% 0.29% -
HSV(B) 236.28º 0.99% 0.57% -
XYZ 5.31 2.3 27.36 -
YUV 22.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 1 10 146 0.99 0.93 0 0.43 236.28 0.99 0.29
Hex 1 A 92 63 5D 0 2B EC 63 1D
Octal 1 12 222 143 135 0 53 354 143 35
Binary 1 1010 10010010 1100011 1011101 0 101011 11101100 1100011 11101

Color Harmonies of #010A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A92

Black with #010A92

Text Example


Text Example

White with #010A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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