#002356

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

Shades of Sapphire #002356

Tints of Sapphire #002356

Color information

#002356 (or 0x002356) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 56. RGB value is (0,35,86). Sum of RGB (Red+Green+Blue) = 0+35+86=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #002356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002356 is #FFDCA9. Grayscale: #1E1E1E. Windows color (decimal): -16768170 or 5645056. OLE color: 5645056.

HSL color Cylindrical-coordinate representation of color #002356: hue angle of 215.58º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002356 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB03586-
CMYK10.5900.66
HSL215.58º100%16.86%-
HSV(B)215.58º100%33.73%-
XYZ2.281.879.05-
YUV30.35159.4106.35-

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) = 28.93%
BLUE value IS 86 (33.98% from 255) = 71.07%
R=0%
G=28.93%
B=71.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0358610.5900.66215.5810016.86
Hex02356643B042d86411
Octal04312614473010233014421
Binary0100011101011011001001110110100001011011000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002356; }

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

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

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

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

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

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

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

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