#142C6B

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

Shades of Sapphire #142C6B

Tints of Sapphire #142C6B

Color information

#142C6B (or 0x142C6B) is unknown color: approx Sapphire. HEX triplet: 14, 2C and 6B. RGB value is (20,44,107). Sum of RGB (Red+Green+Blue) = 20+44+107=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #142C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C6B is #EBD394. Grayscale: #2B2B2B. Windows color (decimal): -15455125 or 7023636. OLE color: 7023636.

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

Color convert

RGB2044107-
CMYK0.810.5900.58
HSL223.45º68.5%24.9%-
HSV(B)223.45º81.31%41.96%-
XYZ3.843.0114.29-
YUV44.01163.55110.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=11.70%
G=25.73%
B=62.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20441070.810.5900.58223.4568.524.9
Hex142C6B513B03Adf4519
Octal24541531217307233710531
Binary1010010110011010111010001111011011101011011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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