#142652

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

Shades of Sapphire #142652

Tints of Sapphire #142652

Color information

#142652 (or 0x142652) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 52. RGB value is (20,38,82). Sum of RGB (Red+Green+Blue) = 20+38+82=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #142652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142652 is #EBD9AD. Grayscale: #252525. Windows color (decimal): -15456686 or 5383700. OLE color: 5383700.

HSL color Cylindrical-coordinate representation of color #142652: hue angle of 222.58º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142652 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB203882-
CMYK0.760.5400.68
HSL222.58º60.78%20%-
HSV(B)222.58º75.61%32.16%-
XYZ2.52.148.26-
YUV37.63153.04115.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=14.29%
G=27.14%
B=58.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2038820.760.5400.68222.5860.7820
Hex1426524C36044df3d14
Octal24461221146601043377524
Binary1010010011010100101001100110110010001001101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142652; }

 p { color: rgb(20,38,82); }

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

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

 a { background-color: rgb(20,38,82); }

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

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

 span { border-color: rgb(20,38,82); }

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