Html Css Color HEX #011066 Sapphire

📋 copy color: '#011066'

red 1 ◦ green 16 ◦ blue 102

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

Shades of Sapphire #011066

Tints of Sapphire #011066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 85.71%

R = 0.84%
G = 13.45%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#011066 (or 0x011066) is known color: Sapphire. HEX triplet: 01, 10 and 66. RGB value is (1,16,102). Sum of RGB (Red+Green+Blue) = 1+16+102=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 102 (40.23% from 255 or 85.71% from 119); Max value from RGB is 102 - color contains mainly: blue. Hex color #011066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011066 is #FEEF99. Grayscale: #141414. Windows color (decimal): -16707482 or 6688769. OLE color: 6688769.

HSL color Cylindrical-coordinate representation of color #011066: hue angle of 231.09º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011066 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 16 102 -
CMYK 0.99 0.84 0 0.6
HSL 231.09º 0.98% 0.2% -
HSV(B) 231.09º 0.99% 0.4% -
XYZ 2.6 1.34 12.69 -
YUV 21.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 1 16 102 0.99 0.84 0 0.6 231.09 0.98 0.2
Hex 1 10 66 63 54 0 3C E7 62 14
Octal 1 20 146 143 124 0 74 347 142 24
Binary 1 10000 1100110 1100011 1010100 0 111100 11100111 1100010 10100

Color Harmonies of #011066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011066

Black with #011066

Text Example


Text Example

White with #011066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011066; }

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

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

background-color css

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

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

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

border-color css

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

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

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