Html Css Color HEX #011565 Sapphire

📋 copy color: '#011565'

red 1 ◦ green 21 ◦ blue 101

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

Shades of Sapphire #011565

Tints of Sapphire #011565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.11%

R = 0.81%
G = 17.07%
B = 82.11%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011565 (or 0x011565) is known color: Sapphire. HEX triplet: 01, 15 and 65. RGB value is (1,21,101). Sum of RGB (Red+Green+Blue) = 1+21+101=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #011565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011565 is #FEEA9A. Grayscale: #171717. Windows color (decimal): -16706203 or 6624513. OLE color: 6624513.

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

Color convert

RGB 1 21 101 -
CMYK 0.99 0.79 0 0.60
HSL 228º 0.98% 0.2% -
HSV(B) 228º 0.99% 0.4% -
XYZ 2.63 1.48 12.46 -
YUV 24.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 1 21 101 0.99 0.79 0 0.60 228 0.98 0.2
Hex 1 15 65 63 4F 0 3C E4 62 14
Octal 1 25 145 143 117 0 74 344 142 24
Binary 1 10101 1100101 1100011 1001111 0 111100 11100100 1100010 10100

Color Harmonies of #011565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011565

Black with #011565

Text Example


Text Example

White with #011565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011565; }

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

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

background-color css

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

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

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

border-color css

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

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

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