Html Css Color HEX #011058 Sapphire

📋 copy color: '#011058'

red 1 ◦ green 16 ◦ blue 88

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

Shades of Sapphire #011058

Tints of Sapphire #011058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

 BLUE value IS 88 (34.77% from 255) = 83.81%

R = 0.95%
G = 15.24%
B = 83.81%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011058 (or 0x011058) is known color: Sapphire. HEX triplet: 01, 10 and 58. RGB value is (1,16,88). Sum of RGB (Red+Green+Blue) = 1+16+88=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #011058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011058 is #FEEFA7. Grayscale: #131313. Windows color (decimal): -16707496 or 5771265. OLE color: 5771265.

HSL color Cylindrical-coordinate representation of color #011058: hue angle of 229.66º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011058 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 16 88 -
CMYK 0.99 0.82 0 0.65
HSL 229.66º 0.98% 0.17% -
HSV(B) 229.66º 0.99% 0.35% -
XYZ 1.96 1.08 9.34 -
YUV 19.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 1 16 88 0.99 0.82 0 0.65 229.66 0.98 0.17
Hex 1 10 58 63 52 0 41 E6 62 11
Octal 1 20 130 143 122 0 101 346 142 21
Binary 1 10000 1011000 1100011 1010010 0 1000001 11100110 1100010 10001

Color Harmonies of #011058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011058

Black with #011058

Text Example


Text Example

White with #011058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011058; }

 p { color: rgb(1,16,88); }

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

background-color css

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

 a { background-color: rgb(1,16,88); }

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

border-color css

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

 span { border-color: rgb(1,16,88); }

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