#002C74

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

Shades of Sapphire #002C74

Tints of Sapphire #002C74

Color information

#002C74 (or 0x002C74) is unknown color: approx Sapphire. HEX triplet: 00, 2C and 74. RGB value is (0,44,116). Sum of RGB (Red+Green+Blue) = 0+44+116=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #002C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C74 is #FFD38B. Grayscale: #262626. Windows color (decimal): -16765836 or 7613440. OLE color: 7613440.

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

Color convert

RGB044116-
CMYK10.6200.55
HSL217.24º100%22.75%-
HSV(B)217.24º100%45.49%-
XYZ4.053.0616.9-
YUV39.05171.42100.15-

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.5%
BLUE value IS 116 (45.70% from 255) = 72.5%
R=0%
G=27.5%
B=72.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04411610.6200.55217.2410022.75
Hex02C74643E037d96417
Octal0541641447606733114427
Binary010110011101001100100111110011011111011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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