#142569

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

Shades of Sapphire #142569

Tints of Sapphire #142569

Color information

#142569 (or 0x142569) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 69. RGB value is (20,37,105). Sum of RGB (Red+Green+Blue) = 20+37+105=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #142569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142569 is #EBDA96. Grayscale: #272727. Windows color (decimal): -15456919 or 6890772. OLE color: 6890772.

HSL color Cylindrical-coordinate representation of color #142569: hue angle of 228º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142569 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2037105-
CMYK0.810.6500.59
HSL228º68%24.51%-
HSV(B)228º80.95%41.18%-
XYZ3.52.4913.66-
YUV39.67164.87113.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=12.35%
G=22.84%
B=64.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20371050.810.6500.592286824.51
Hex142569514103Be44419
Octal244515112110107334410431
Binary10100100101110100110100011000001011101111100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142569; }

 p { color: rgb(20,37,105); }

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

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

 a { background-color: rgb(20,37,105); }

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

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

 span { border-color: rgb(20,37,105); }

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