#142E6B

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

Shades of Sapphire #142E6B

Tints of Sapphire #142E6B

Color information

#142E6B (or 0x142E6B) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 6B. RGB value is (20,46,107). Sum of RGB (Red+Green+Blue) = 20+46+107=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #142E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E6B is #EBD194. Grayscale: #2C2C2C. Windows color (decimal): -15454613 or 7024148. OLE color: 7024148.

HSL color Cylindrical-coordinate representation of color #142E6B: hue angle of 222.07º degrees, saturation: 0.69, 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 #142E6B is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2046107-
CMYK0.810.5700.58
HSL222.07º68.5%24.9%-
HSV(B)222.07º81.31%41.96%-
XYZ3.923.1614.31-
YUV45.18162.89110.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=11.56%
G=26.59%
B=61.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20461070.810.5700.58222.0768.524.9
Hex142E6B513903Ade4519
Octal24561531217107233610531
Binary1010010111011010111010001111001011101011011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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