Html Css Color HEX #011566 Sapphire

📋 copy color: '#011566'

red 1 ◦ green 21 ◦ blue 102

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

Shades of Sapphire #011566

Tints of Sapphire #011566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 0.81%
G = 16.94%
B = 82.26%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#011566 (or 0x011566) is known color: Sapphire. HEX triplet: 01, 15 and 66. RGB value is (1,21,102). Sum of RGB (Red+Green+Blue) = 1+21+102=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #011566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011566 is #FEEA99. Grayscale: #171717. Windows color (decimal): -16706202 or 6690049. OLE color: 6690049.

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

Color convert

RGB 1 21 102 -
CMYK 0.99 0.79 0 0.6
HSL 228.12º 0.98% 0.2% -
HSV(B) 228.12º 0.99% 0.4% -
XYZ 2.68 1.5 12.72 -
YUV 24.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 1 21 102 0.99 0.79 0 0.6 228.12 0.98 0.2
Hex 1 15 66 63 4F 0 3C E4 62 14
Octal 1 25 146 143 117 0 74 344 142 24
Binary 1 10101 1100110 1100011 1001111 0 111100 11100100 1100010 10100

Color Harmonies of #011566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011566

Black with #011566

Text Example


Text Example

White with #011566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011566; }

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

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

background-color css

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

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

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

border-color css

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

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

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