Html Css Color HEX #001576 Sapphire

📋 copy color: '#001576'

red 0 ◦ green 21 ◦ blue 118

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

Shades of Sapphire #001576

Tints of Sapphire #001576

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 118 (46.48% from 255) = 84.89%

R = 0%
G = 15.11%
B = 84.89%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001576 (or 0x001576) is known color: Sapphire. HEX triplet: 00, 15 and 76. RGB value is (0,21,118). Sum of RGB (Red+Green+Blue) = 0+21+118=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #001576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001576 is #FFEA89. Grayscale: #191919. Windows color (decimal): -16771722 or 7738624. OLE color: 7738624.

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

Color convert

RGB 0 21 118 -
CMYK 1 0.82 0 0.54
HSL 229.32º 1% 0.23% -
HSV(B) 229.32º 1% 0.46% -
XYZ 3.54 1.84 17.31 -
YUV 25.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 0 21 118 1 0.82 0 0.54 229.32 1 0.23
Hex 0 15 76 64 52 0 36 E5 64 17
Octal 0 25 166 144 122 0 66 345 144 27
Binary 0 10101 1110110 1100100 1010010 0 110110 11100101 1100100 10111

Color Harmonies of #001576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001576

Black with #001576

Text Example


Text Example

White with #001576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001576; }

 p { color: rgb(0,21,118); }

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

background-color css

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

 a { background-color: rgb(0,21,118); }

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

border-color css

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

 span { border-color: rgb(0,21,118); }

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