#002375

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

Shades of Sapphire #002375

Tints of Sapphire #002375

Color information

#002375 (or 0x002375) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 75. RGB value is (0,35,117). Sum of RGB (Red+Green+Blue) = 0+35+117=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #002375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002375 is #FFDC8A. Grayscale: #212121. Windows color (decimal): -16768139 or 7676672. OLE color: 7676672.

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

Color convert

RGB035117-
CMYK10.7000.54
HSL222.05º100%22.94%-
HSV(B)222.05º100%45.88%-
XYZ3.812.4917.11-
YUV33.88174.9103.83-

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.03%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=0%
G=23.03%
B=76.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03511710.7000.54222.0510022.94
Hex023756446036de6417
Octal04316514410606633614427
Binary0100011111010111001001000110011011011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002375; }

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

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

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

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

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

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

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

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