#142B7E

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

Shades of Sapphire #142B7E

Tints of Sapphire #142B7E

Color information

#142B7E (or 0x142B7E) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 7E. RGB value is (20,43,126). Sum of RGB (Red+Green+Blue) = 20+43+126=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #142B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B7E is #EBD481. Grayscale: #2D2D2D. Windows color (decimal): -15455362 or 8268564. OLE color: 8268564.

HSL color Cylindrical-coordinate representation of color #142B7E: hue angle of 226.98º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142B7E is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2043126-
CMYK0.840.6600.51
HSL226.98º72.6%28.63%-
HSV(B)226.98º84.13%49.41%-
XYZ4.923.3820.13-
YUV45.58173.38109.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 126 (49.61% from 255) = 66.67%
R=10.58%
G=22.75%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20431260.840.6600.51226.9872.628.63
Hex142B7E5442033e3491d
Octal245317612410206334311135
Binary10100101011111111010101001000010011001111100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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