Html Css Color HEX #011575 Sapphire

📋 copy color: '#011575'

red 1 ◦ green 21 ◦ blue 117

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

Shades of Sapphire #011575

Tints of Sapphire #011575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 0.72%
G = 15.11%
B = 84.17%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011575 (or 0x011575) is known color: Sapphire. HEX triplet: 01, 15 and 75. RGB value is (1,21,117). Sum of RGB (Red+Green+Blue) = 1+21+117=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #011575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011575 is #FEEA8A. Grayscale: #191919. Windows color (decimal): -16706187 or 7673089. OLE color: 7673089.

HSL color Cylindrical-coordinate representation of color #011575: hue angle of 229.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011575 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 21 117 -
CMYK 0.99 0.82 0 0.54
HSL 229.66º 0.98% 0.23% -
HSV(B) 229.66º 0.99% 0.46% -
XYZ 3.49 1.83 17 -
YUV 25.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 1 21 117 0.99 0.82 0 0.54 229.66 0.98 0.23
Hex 1 15 75 63 52 0 36 E6 62 17
Octal 1 25 165 143 122 0 66 346 142 27
Binary 1 10101 1110101 1100011 1010010 0 110110 11100110 1100010 10111

Color Harmonies of #011575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011575

Black with #011575

Text Example


Text Example

White with #011575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011575; }

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

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

background-color css

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

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

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

border-color css

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

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

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