#142F69

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

Shades of Sapphire #142F69

Tints of Sapphire #142F69

Color information

#142F69 (or 0x142F69) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 69. RGB value is (20,47,105). Sum of RGB (Red+Green+Blue) = 20+47+105=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #142F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F69 is #EBD096. Grayscale: #2D2D2D. Windows color (decimal): -15454359 or 6893332. OLE color: 6893332.

HSL color Cylindrical-coordinate representation of color #142F69: hue angle of 220.94º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142F69 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2047105-
CMYK0.810.5500.59
HSL220.94º68%24.51%-
HSV(B)220.94º80.95%41.18%-
XYZ3.853.213.78-
YUV45.54161.55109.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=11.63%
G=27.33%
B=61.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20471050.810.5500.59220.946824.51
Hex142F69513703Bdd4419
Octal24571511216707333510431
Binary1010010111111010011010001110111011101111011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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