#142B6B

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

Shades of Sapphire #142B6B

Tints of Sapphire #142B6B

Color information

#142B6B (or 0x142B6B) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 6B. RGB value is (20,43,107). Sum of RGB (Red+Green+Blue) = 20+43+107=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #142B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B6B is #EBD494. Grayscale: #2B2B2B. Windows color (decimal): -15455381 or 7023380. OLE color: 7023380.

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

Color convert

RGB2043107-
CMYK0.810.6000.58
HSL224.14º68.5%24.9%-
HSV(B)224.14º81.31%41.96%-
XYZ3.812.9414.28-
YUV43.42163.88111.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 107 (42.19% from 255) = 62.94%
R=11.76%
G=25.29%
B=62.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20431070.810.6000.58224.1468.524.9
Hex142B6B513C03Ae04519
Octal24531531217407234010531
Binary1010010101111010111010001111100011101011100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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