Html Css Color HEX #002573 Sapphire

📋 copy color: '#002573'

red 0 ◦ green 37 ◦ blue 115

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

Shades of Sapphire #002573

Tints of Sapphire #002573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 0%
G = 24.34%
B = 75.66%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002573 (or 0x002573) is known color: Sapphire. HEX triplet: 00, 25 and 73. RGB value is (0,37,115). Sum of RGB (Red+Green+Blue) = 0+37+115=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #002573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002573 is #FFDA8C. Grayscale: #222222. Windows color (decimal): -16767629 or 7546112. OLE color: 7546112.

HSL color Cylindrical-coordinate representation of color #002573: hue angle of 220.7º 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 #002573 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 37 115 -
CMYK 1 0.68 0 0.55
HSL 220.7º 1% 0.23% -
HSV(B) 220.7º 1% 0.45% -
XYZ 3.76 2.56 16.52 -
YUV 34.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 0 37 115 1 0.68 0 0.55 220.7 1 0.23
Hex 0 25 73 64 44 0 37 DD 64 17
Octal 0 45 163 144 104 0 67 335 144 27
Binary 0 100101 1110011 1100100 1000100 0 110111 11011101 1100100 10111

Color Harmonies of #002573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002573

Black with #002573

Text Example


Text Example

White with #002573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002573; }

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

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

background-color css

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

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

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

border-color css

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

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

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