Html Css Color HEX #011152 Sapphire

📋 copy color: '#011152'

red 1 ◦ green 17 ◦ blue 82

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

Shades of Sapphire #011152

Tints of Sapphire #011152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

 BLUE value IS 82 (32.42% from 255) = 82%

R = 1%
G = 17%
B = 82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011152 (or 0x011152) is known color: Sapphire. HEX triplet: 01, 11 and 52. RGB value is (1,17,82). Sum of RGB (Red+Green+Blue) = 1+17+82=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #011152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011152 is #FEEEAD. Grayscale: #131313. Windows color (decimal): -16707246 or 5378305. OLE color: 5378305.

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

Color convert

RGB 1 17 82 -
CMYK 0.99 0.79 0 0.68
HSL 228.15º 0.98% 0.16% -
HSV(B) 228.15º 0.99% 0.32% -
XYZ 1.74 1.02 8.09 -
YUV 19.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 1 17 82 0.99 0.79 0 0.68 228.15 0.98 0.16
Hex 1 11 52 63 4F 0 44 E4 62 10
Octal 1 21 122 143 117 0 104 344 142 20
Binary 1 10001 1010010 1100011 1001111 0 1000100 11100100 1100010 10000

Color Harmonies of #011152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011152

Black with #011152

Text Example


Text Example

White with #011152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011152; }

 p { color: rgb(1,17,82); }

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

background-color css

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

 a { background-color: rgb(1,17,82); }

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

border-color css

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

 span { border-color: rgb(1,17,82); }

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