Html Css Color HEX #011053 Sapphire

📋 copy color: '#011053'

red 1 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #011053

Tints of Sapphire #011053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 83%

R = 1%
G = 16%
B = 83%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011053 (or 0x011053) is known color: Sapphire. HEX triplet: 01, 10 and 53. RGB value is (1,16,83). Sum of RGB (Red+Green+Blue) = 1+16+83=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 83 (32.81% from 255 or 83% from 100); Max value from RGB is 83 - color contains mainly: blue. Hex color #011053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011053 is #FEEFAC. Grayscale: #121212. Windows color (decimal): -16707501 or 5443585. OLE color: 5443585.

HSL color Cylindrical-coordinate representation of color #011053: hue angle of 229.02º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011053 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 16 83 -
CMYK 0.99 0.81 0 0.67
HSL 229.02º 0.98% 0.16% -
HSV(B) 229.02º 0.99% 0.33% -
XYZ 1.76 1 8.28 -
YUV 19.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 1 16 83 0.99 0.81 0 0.67 229.02 0.98 0.16
Hex 1 10 53 63 51 0 43 E5 62 10
Octal 1 20 123 143 121 0 103 345 142 20
Binary 1 10000 1010011 1100011 1010001 0 1000011 11100101 1100010 10000

Color Harmonies of #011053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011053

Black with #011053

Text Example


Text Example

White with #011053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011053; }

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

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

background-color css

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

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

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

border-color css

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

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

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