#002253

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

Shades of Sapphire #002253

Tints of Sapphire #002253

Color information

#002253 (or 0x002253) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 53. RGB value is (0,34,83). Sum of RGB (Red+Green+Blue) = 0+34+83=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #002253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002253 is #FFDDAC. Grayscale: #1D1D1D. Windows color (decimal): -16768429 or 5448192. OLE color: 5448192.

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

Color convert

RGB03483-
CMYK10.5900.67
HSL215.42º100%16.27%-
HSV(B)215.42º100%32.55%-
XYZ2.131.778.41-
YUV29.42158.24107.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 83 (32.81% from 255) = 70.94%
R=0%
G=29.06%
B=70.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0348310.5900.67215.4210016.27
Hex02253643B043d76410
Octal04212314473010332714420
Binary0100010101001111001001110110100001111010111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002253; }

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

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

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

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

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

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

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

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