#142E62

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

Shades of Sapphire #142E62

Tints of Sapphire #142E62

Color information

#142E62 (or 0x142E62) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 62. RGB value is (20,46,98). Sum of RGB (Red+Green+Blue) = 20+46+98=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #142E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E62 is #EBD19D. Grayscale: #2B2B2B. Windows color (decimal): -15454622 or 6434324. OLE color: 6434324.

HSL color Cylindrical-coordinate representation of color #142E62: hue angle of 220º 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 #142E62 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204698-
CMYK0.800.5300.62
HSL220º66.1%23.14%-
HSV(B)220º79.59%38.43%-
XYZ3.472.9811.95-
YUV44.15158.39110.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=12.20%
G=28.05%
B=59.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2046980.800.5300.6222066.123.14
Hex142E62503503Edc4217
Octal24561421206507633410227
Binary1010010111011000101010000110101011111011011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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