#143367

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

Shades of Sapphire #143367

Tints of Sapphire #143367

Color information

#143367 (or 0x143367) is unknown color: approx Sapphire. HEX triplet: 14, 33 and 67. RGB value is (20,51,103). Sum of RGB (Red+Green+Blue) = 20+51+103=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #143367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143367 is #EBCC98. Grayscale: #2F2F2F. Windows color (decimal): -15453337 or 6763284. OLE color: 6763284.

HSL color Cylindrical-coordinate representation of color #143367: hue angle of 217.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143367 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2051103-
CMYK0.810.5000.60
HSL217.59º67.48%24.12%-
HSV(B)217.59º80.58%40.39%-
XYZ3.923.513.3-
YUV47.66159.23108.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 103 (40.62% from 255) = 59.20%
R=11.49%
G=29.31%
B=59.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20511030.810.5000.60217.5967.4824.12
Hex143367513203Cda4318
Octal24631471216207433210330
Binary1010011001111001111010001110010011110011011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143367; }

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

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

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

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

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

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

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

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