#142F62

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

Shades of Sapphire #142F62

Tints of Sapphire #142F62

Color information

#142F62 (or 0x142F62) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 62. RGB value is (20,47,98). Sum of RGB (Red+Green+Blue) = 20+47+98=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #142F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F62 is #EBD09D. Grayscale: #2C2C2C. Windows color (decimal): -15454366 or 6434580. OLE color: 6434580.

HSL color Cylindrical-coordinate representation of color #142F62: hue angle of 219.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142F62 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204798-
CMYK0.800.5200.62
HSL219.23º66.1%23.14%-
HSV(B)219.23º79.59%38.43%-
XYZ3.513.0611.96-
YUV44.74158.05110.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=12.12%
G=28.48%
B=59.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2047980.800.5200.62219.2366.123.14
Hex142F62503403Edb4217
Octal24571421206407633310227
Binary1010010111111000101010000110100011111011011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F62; }

 p { color: rgb(20,47,98); }

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

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

 a { background-color: rgb(20,47,98); }

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

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

 span { border-color: rgb(20,47,98); }

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