#143469

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

Shades of Sapphire #143469

Tints of Sapphire #143469

Color information

#143469 (or 0x143469) is unknown color: approx Sapphire. HEX triplet: 14, 34 and 69. RGB value is (20,52,105). Sum of RGB (Red+Green+Blue) = 20+52+105=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #143469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143469 is #EBCB96. Grayscale: #303030. Windows color (decimal): -15453079 or 6894612. OLE color: 6894612.

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

Color convert

RGB2052105-
CMYK0.810.5000.59
HSL217.41º68%24.51%-
HSV(B)217.41º80.95%41.18%-
XYZ4.073.6213.85-
YUV48.47159.9107.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=11.30%
G=29.38%
B=59.32%

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
Decimal20521050.810.5000.59217.416824.51
Hex143469513203Bd94419
Octal24641511216207333110431
Binary1010011010011010011010001110010011101111011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143469; }

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

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

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

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

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

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

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

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