#002353

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

Shades of Sapphire #002353

Tints of Sapphire #002353

Color information

#002353 (or 0x002353) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 53. RGB value is (0,35,83). Sum of RGB (Red+Green+Blue) = 0+35+83=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #002353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002353 is #FFDCAC. Grayscale: #1D1D1D. Windows color (decimal): -16768173 or 5448448. OLE color: 5448448.

HSL color Cylindrical-coordinate representation of color #002353: hue angle of 214.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002353 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03583-
CMYK10.5800.67
HSL214.7º100%16.27%-
HSV(B)214.7º100%32.55%-
XYZ2.161.838.42-
YUV30.01157.9106.6-

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) = 29.66%
BLUE value IS 83 (32.81% from 255) = 70.34%
R=0%
G=29.66%
B=70.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0358310.5800.67214.710016.27
Hex02353643A043d76410
Octal04312314472010332714420
Binary0100011101001111001001110100100001111010111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002353; }

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

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

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

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

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

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

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

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