Html Css Color HEX #010A51 Sapphire

📋 copy color: '#010A51'

red 1 ◦ green 10 ◦ blue 81

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

Shades of Sapphire #010A51

Tints of Sapphire #010A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 88.04%

R = 1.09%
G = 10.87%
B = 88.04%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010A51 (or 0x010A51) is known color: Sapphire. HEX triplet: 01, 0A and 51. RGB value is (1,10,81). Sum of RGB (Red+Green+Blue) = 1+10+81=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #010A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A51 is #FEF5AE. Grayscale: #0F0F0F. Windows color (decimal): -16709039 or 5310977. OLE color: 5310977.

HSL color Cylindrical-coordinate representation of color #010A51: hue angle of 233.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A51 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 10 81 -
CMYK 0.99 0.88 0 0.68
HSL 233.25º 0.98% 0.16% -
HSV(B) 233.25º 0.99% 0.32% -
XYZ 1.61 0.82 7.86 -
YUV 15.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 1 10 81 0.99 0.88 0 0.68 233.25 0.98 0.16
Hex 1 A 51 63 58 0 44 E9 62 10
Octal 1 12 121 143 130 0 104 351 142 20
Binary 1 1010 1010001 1100011 1011000 0 1000100 11101001 1100010 10000

Color Harmonies of #010A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A51

Black with #010A51

Text Example


Text Example

White with #010A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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