#143462

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

Shades of Sapphire #143462

Tints of Sapphire #143462

Color information

#143462 (or 0x143462) is unknown color: approx Sapphire. HEX triplet: 14, 34 and 62. RGB value is (20,52,98). Sum of RGB (Red+Green+Blue) = 20+52+98=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #143462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143462 is #EBCB9D. Grayscale: #2F2F2F. Windows color (decimal): -15453086 or 6435860. OLE color: 6435860.

HSL color Cylindrical-coordinate representation of color #143462: hue angle of 215.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143462 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205298-
CMYK0.800.4700.62
HSL215.38º66.1%23.14%-
HSV(B)215.38º79.59%38.43%-
XYZ3.723.4912.03-
YUV47.68156.4108.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=11.76%
G=30.59%
B=57.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2052980.800.4700.62215.3866.123.14
Hex143462502F03Ed74217
Octal24641421205707632710227
Binary1010011010011000101010000101111011111011010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143462; }

 p { color: rgb(20,52,98); }

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

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

 a { background-color: rgb(20,52,98); }

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

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

 span { border-color: rgb(20,52,98); }

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