#143569

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

Shades of Sapphire #143569

Tints of Sapphire #143569

Color information

#143569 (or 0x143569) is unknown color: approx Sapphire. HEX triplet: 14, 35 and 69. RGB value is (20,53,105). Sum of RGB (Red+Green+Blue) = 20+53+105=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #143569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143569 is #EBCA96. Grayscale: #303030. Windows color (decimal): -15452823 or 6894868. OLE color: 6894868.

HSL color Cylindrical-coordinate representation of color #143569: hue angle of 216.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143569 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2053105-
CMYK0.810.5000.59
HSL216.71º68%24.51%-
HSV(B)216.71º80.95%41.18%-
XYZ4.113.7113.86-
YUV49.06159.57107.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=11.24%
G=29.78%
B=58.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20531050.810.5000.59216.716824.51
Hex143569513203Bd94419
Octal24651511216207333110431
Binary1010011010111010011010001110010011101111011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143569; }

 p { color: rgb(20,53,105); }

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

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

 a { background-color: rgb(20,53,105); }

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

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

 span { border-color: rgb(20,53,105); }

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