#002C73

Color #002C73 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #002C73

Tints of Sapphire #002C73

Color information

#002C73 (or 0x002C73) is unknown color: approx Sapphire. HEX triplet: 00, 2C and 73. RGB value is (0,44,115). Sum of RGB (Red+Green+Blue) = 0+44+115=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #002C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C73 is #FFD38C. Grayscale: #262626. Windows color (decimal): -16765837 or 7547904. OLE color: 7547904.

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

Color convert

RGB044115-
CMYK10.6200.55
HSL217.04º100%22.55%-
HSV(B)217.04º100%45.1%-
XYZ43.0416.6-
YUV38.94170.92100.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 115 (45.31% from 255) = 72.33%
R=0%
G=27.67%
B=72.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04411510.6200.55217.0410022.55
Hex02C73643E037d96417
Octal0541631447606733114427
Binary010110011100111100100111110011011111011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002C73; }

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

 H1.HeaderClassName
 {
   color: #002C73;
 }
 .AnyTagClassName
 {
   color: #002C73;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #002C73;
 }
 .BgClassName
 {
   background-color: #002C73;
 }
</style>
border-color css

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

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

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