Html Css Color HEX #011069 Sapphire

📋 copy color: '#011069'

red 1 ◦ green 16 ◦ blue 105

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

Shades of Sapphire #011069

Tints of Sapphire #011069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 86.07%

R = 0.82%
G = 13.11%
B = 86.07%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011069 (or 0x011069) is known color: Sapphire. HEX triplet: 01, 10 and 69. RGB value is (1,16,105). Sum of RGB (Red+Green+Blue) = 1+16+105=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 105 (41.41% from 255 or 86.07% from 122); Max value from RGB is 105 - color contains mainly: blue. Hex color #011069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011069 is #FEEF96. Grayscale: #151515. Windows color (decimal): -16707479 or 6885377. OLE color: 6885377.

HSL color Cylindrical-coordinate representation of color #011069: hue angle of 231.35º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011069 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 16 105 -
CMYK 0.99 0.85 0 0.59
HSL 231.35º 0.98% 0.21% -
HSV(B) 231.35º 0.99% 0.41% -
XYZ 2.75 1.4 13.49 -
YUV 21.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 1 16 105 0.99 0.85 0 0.59 231.35 0.98 0.21
Hex 1 10 69 63 55 0 3B E7 62 15
Octal 1 20 151 143 125 0 73 347 142 25
Binary 1 10000 1101001 1100011 1010101 0 111011 11100111 1100010 10101

Color Harmonies of #011069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011069

Black with #011069

Text Example


Text Example

White with #011069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011069; }

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

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

background-color css

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

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

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

border-color css

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

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

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