#143369

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

Shades of Sapphire #143369

Tints of Sapphire #143369

Color information

#143369 (or 0x143369) is unknown color: approx Sapphire. HEX triplet: 14, 33 and 69. RGB value is (20,51,105). Sum of RGB (Red+Green+Blue) = 20+51+105=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #143369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143369 is #EBCC96. Grayscale: #2F2F2F. Windows color (decimal): -15453335 or 6894356. OLE color: 6894356.

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

Color convert

RGB2051105-
CMYK0.810.5100.59
HSL218.12º68%24.51%-
HSV(B)218.12º80.95%41.18%-
XYZ4.023.5413.84-
YUV47.89160.23108.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=11.36%
G=28.98%
B=59.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20511050.810.5100.59218.126824.51
Hex143369513303Bda4419
Octal24631511216307333210431
Binary1010011001111010011010001110011011101111011010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143369; }

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

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

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

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

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

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

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

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