Html Css Color HEX #010851 Sapphire

📋 copy color: '#010851'

red 1 ◦ green 8 ◦ blue 81

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

Shades of Sapphire #010851

Tints of Sapphire #010851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

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

R = 1.11%
G = 8.89%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010851 (or 0x010851) is known color: Sapphire. HEX triplet: 01, 08 and 51. RGB value is (1,8,81). Sum of RGB (Red+Green+Blue) = 1+8+81=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #010851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010851 is #FEF7AE. Grayscale: #0D0D0D. Windows color (decimal): -16709551 or 5310465. OLE color: 5310465.

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

Color convert

RGB 1 8 81 -
CMYK 0.99 0.90 0 0.68
HSL 234.75º 0.98% 0.16% -
HSV(B) 234.75º 0.99% 0.32% -
XYZ 1.58 0.77 7.85 -
YUV 14.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 1 8 81 0.99 0.90 0 0.68 234.75 0.98 0.16
Hex 1 8 51 63 5A 0 44 EB 62 10
Octal 1 10 121 143 132 0 104 353 142 20
Binary 1 1000 1010001 1100011 1011010 0 1000100 11101011 1100010 10000

Color Harmonies of #010851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010851

Black with #010851

Text Example


Text Example

White with #010851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010851; }

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

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

background-color css

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

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

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

border-color css

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

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

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