#002153

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

Shades of Sapphire #002153

Tints of Sapphire #002153

Color information

#002153 (or 0x002153) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 53. RGB value is (0,33,83). Sum of RGB (Red+Green+Blue) = 0+33+83=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #002153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002153 is #FFDEAC. Grayscale: #1C1C1C. Windows color (decimal): -16768685 or 5447936. OLE color: 5447936.

HSL color Cylindrical-coordinate representation of color #002153: hue angle of 216.14º 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 #002153 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03383-
CMYK10.6000.67
HSL216.14º100%16.27%-
HSV(B)216.14º100%32.55%-
XYZ2.111.718.4-
YUV28.83158.57107.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=0%
G=28.45%
B=71.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0338310.6000.67216.1410016.27
Hex02153643C043d86410
Octal04112314474010333014420
Binary0100001101001111001001111000100001111011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002153; }

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

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

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

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

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

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

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

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