#002371

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

Shades of Sapphire #002371

Tints of Sapphire #002371

Color information

#002371 (or 0x002371) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 71. RGB value is (0,35,113). Sum of RGB (Red+Green+Blue) = 0+35+113=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #002371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002371 is #FFDC8E. Grayscale: #212121. Windows color (decimal): -16768143 or 7414528. OLE color: 7414528.

HSL color Cylindrical-coordinate representation of color #002371: hue angle of 221.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002371 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB035113-
CMYK10.6900.56
HSL221.42º100%22.16%-
HSV(B)221.42º100%44.31%-
XYZ3.582.3915.9-
YUV33.43172.9104.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 113 (44.53% from 255) = 76.35%
R=0%
G=23.65%
B=76.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal03511310.6900.56221.4210022.16
Hex023716445038dd6416
Octal04316114410507033514426
Binary0100011111000111001001000101011100011011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002371; }

 p { color: rgb(0,35,113); }

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

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

 a { background-color: rgb(0,35,113); }

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

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

 span { border-color: rgb(0,35,113); }

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