Html Css Color HEX #011351 Sapphire

📋 copy color: '#011351'

red 1 ◦ green 19 ◦ blue 81

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

Shades of Sapphire #011351

Tints of Sapphire #011351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

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

R = 0.99%
G = 18.81%
B = 80.2%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011351 (or 0x011351) is known color: Sapphire. HEX triplet: 01, 13 and 51. RGB value is (1,19,81). Sum of RGB (Red+Green+Blue) = 1+19+81=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #011351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011351 is #FEECAE. Grayscale: #141414. Windows color (decimal): -16706735 or 5313281. OLE color: 5313281.

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

Color convert

RGB 1 19 81 -
CMYK 0.99 0.77 0 0.68
HSL 226.5º 0.98% 0.16% -
HSV(B) 226.5º 0.99% 0.32% -
XYZ 1.73 1.07 7.9 -
YUV 20.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 1 19 81 0.99 0.77 0 0.68 226.5 0.98 0.16
Hex 1 13 51 63 4D 0 44 E2 62 10
Octal 1 23 121 143 115 0 104 342 142 20
Binary 1 10011 1010001 1100011 1001101 0 1000100 11100010 1100010 10000

Color Harmonies of #011351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011351

Black with #011351

Text Example


Text Example

White with #011351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011351; }

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

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

background-color css

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

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

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

border-color css

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

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

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