#142355

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

Shades of Sapphire #142355

Tints of Sapphire #142355

Color information

#142355 (or 0x142355) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 55. RGB value is (20,35,85). Sum of RGB (Red+Green+Blue) = 20+35+85=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #142355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142355 is #EBDCAA. Grayscale: #242424. Windows color (decimal): -15457451 or 5579540. OLE color: 5579540.

HSL color Cylindrical-coordinate representation of color #142355: hue angle of 226.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142355 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203585-
CMYK0.760.5900.67
HSL226.15º61.9%20.59%-
HSV(B)226.15º76.47%33.33%-
XYZ2.532.018.85-
YUV36.21155.53116.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=14.29%
G=25%
B=60.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2035850.760.5900.67226.1561.920.59
Hex1423554C3B043e23e15
Octal24431251147301033427625
Binary1010010001110101011001100111011010000111110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142355; }

 p { color: rgb(20,35,85); }

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

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

 a { background-color: rgb(20,35,85); }

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

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

 span { border-color: rgb(20,35,85); }

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