Html Css Color HEX #001573 Sapphire

📋 copy color: '#001573'

red 0 ◦ green 21 ◦ blue 115

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

Shades of Sapphire #001573

Tints of Sapphire #001573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 84.56%

R = 0%
G = 15.44%
B = 84.56%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001573 (or 0x001573) is known color: Sapphire. HEX triplet: 00, 15 and 73. RGB value is (0,21,115). Sum of RGB (Red+Green+Blue) = 0+21+115=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #001573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001573 is #FFEA8C. Grayscale: #191919. Windows color (decimal): -16771725 or 7542016. OLE color: 7542016.

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

Color convert

RGB 0 21 115 -
CMYK 1 0.82 0 0.55
HSL 229.04º 1% 0.23% -
HSV(B) 229.04º 1% 0.45% -
XYZ 3.36 1.77 16.38 -
YUV 25.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 0 21 115 1 0.82 0 0.55 229.04 1 0.23
Hex 0 15 73 64 52 0 37 E5 64 17
Octal 0 25 163 144 122 0 67 345 144 27
Binary 0 10101 1110011 1100100 1010010 0 110111 11100101 1100100 10111

Color Harmonies of #001573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001573

Black with #001573

Text Example


Text Example

White with #001573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001573; }

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

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

background-color css

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

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

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

border-color css

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

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

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