#142F6A

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

Shades of Sapphire #142F6A

Tints of Sapphire #142F6A

Color information

#142F6A (or 0x142F6A) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 6A. RGB value is (20,47,106). Sum of RGB (Red+Green+Blue) = 20+47+106=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #142F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F6A is #EBD095. Grayscale: #2D2D2D. Windows color (decimal): -15454358 or 6958868. OLE color: 6958868.

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

Color convert

RGB2047106-
CMYK0.810.5600.58
HSL221.16º68.25%24.71%-
HSV(B)221.16º81.13%41.57%-
XYZ3.913.2214.05-
YUV45.65162.05109.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 106 (41.80% from 255) = 61.27%
R=11.56%
G=27.17%
B=61.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20471060.810.5600.58221.1668.2524.71
Hex142F6A513803Add4419
Octal24571521217007233510431
Binary1010010111111010101010001111000011101011011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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