#001653

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

Shades of Sapphire #001653

Tints of Sapphire #001653

Color information

#001653 (or 0x001653) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 53. RGB value is (0,22,83). Sum of RGB (Red+Green+Blue) = 0+22+83=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #001653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001653 is #FFE9AC. Grayscale: #161616. Windows color (decimal): -16771501 or 5445120. OLE color: 5445120.

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

Color convert

RGB02283-
CMYK10.7300.67
HSL224.1º100%16.27%-
HSV(B)224.1º100%32.55%-
XYZ1.851.28.32-
YUV22.38162.21112.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 83 (32.81% from 255) = 79.05%
R=0%
G=20.95%
B=79.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0228310.7300.67224.110016.27
Hex016536449043e06410
Octal026123144111010334014420
Binary0101101010011110010010010010100001111100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001653; }

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

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

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

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

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

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

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

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