#141F62

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

Shades of Sapphire #141F62

Tints of Sapphire #141F62

Color information

#141F62 (or 0x141F62) is unknown color: approx Sapphire. HEX triplet: 14, 1F and 62. RGB value is (20,31,98). Sum of RGB (Red+Green+Blue) = 20+31+98=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #141F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F62 is #EBE09D. Grayscale: #232323. Windows color (decimal): -15458462 or 6430484. OLE color: 6430484.

HSL color Cylindrical-coordinate representation of color #141F62: hue angle of 231.54º 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 #141F62 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203198-
CMYK0.800.6800.62
HSL231.54º66.1%23.14%-
HSV(B)231.54º79.59%38.43%-
XYZ2.982.0111.79-
YUV35.35163.36117.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=13.42%
G=20.81%
B=65.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2031980.800.6800.62231.5466.123.14
Hex141F62504403Ee84217
Octal243714212010407635010227
Binary1010011111110001010100001000100011111011101000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F62; }

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

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

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

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

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

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

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

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