Html Css Color HEX #011568 Sapphire

📋 copy color: '#011568'

red 1 ◦ green 21 ◦ blue 104

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

Shades of Sapphire #011568

Tints of Sapphire #011568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 82.54%

R = 0.79%
G = 16.67%
B = 82.54%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011568 (or 0x011568) is known color: Sapphire. HEX triplet: 01, 15 and 68. RGB value is (1,21,104). Sum of RGB (Red+Green+Blue) = 1+21+104=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #011568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011568 is #FEEA97. Grayscale: #181818. Windows color (decimal): -16706200 or 6821121. OLE color: 6821121.

HSL color Cylindrical-coordinate representation of color #011568: hue angle of 228.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 #011568 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 21 104 -
CMYK 0.99 0.80 0 0.59
HSL 228.35º 0.98% 0.21% -
HSV(B) 228.35º 0.99% 0.41% -
XYZ 2.78 1.54 13.25 -
YUV 24.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 1 21 104 0.99 0.80 0 0.59 228.35 0.98 0.21
Hex 1 15 68 63 50 0 3B E4 62 15
Octal 1 25 150 143 120 0 73 344 142 25
Binary 1 10101 1101000 1100011 1010000 0 111011 11100100 1100010 10101

Color Harmonies of #011568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011568

Black with #011568

Text Example


Text Example

White with #011568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011568; }

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

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

background-color css

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

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

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

border-color css

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

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

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