#142F6C

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

Shades of Sapphire #142F6C

Tints of Sapphire #142F6C

Color information

#142F6C (or 0x142F6C) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 6C. RGB value is (20,47,108). Sum of RGB (Red+Green+Blue) = 20+47+108=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #142F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F6C is #EBD093. Grayscale: #2D2D2D. Windows color (decimal): -15454356 or 7089940. OLE color: 7089940.

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

Color convert

RGB2047108-
CMYK0.810.5600.58
HSL221.59º68.75%25.1%-
HSV(B)221.59º81.48%42.35%-
XYZ4.013.2614.61-
YUV45.88163.05109.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=11.43%
G=26.86%
B=61.71%

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
Decimal20471080.810.5600.58221.5968.7525.1
Hex142F6C513803Ade4519
Octal24571541217007233610531
Binary1010010111111011001010001111000011101011011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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