#14236B

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

Shades of Sapphire #14236B

Tints of Sapphire #14236B

Color information

#14236B (or 0x14236B) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 6B. RGB value is (20,35,107). Sum of RGB (Red+Green+Blue) = 20+35+107=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #14236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14236B is #EBDC94. Grayscale: #262626. Windows color (decimal): -15457429 or 7021332. OLE color: 7021332.

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

Color convert

RGB2035107-
CMYK0.810.6700.58
HSL229.66º68.5%24.9%-
HSV(B)229.66º81.31%41.96%-
XYZ3.542.4114.19-
YUV38.72166.53114.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 107 (42.19% from 255) = 66.05%
R=12.35%
G=21.60%
B=66.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20351070.810.6700.58229.6668.524.9
Hex14236B514303Ae64519
Octal244315312110307234610531
Binary10100100011110101110100011000011011101011100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14236B; }

 p { color: rgb(20,35,107); }

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

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

 a { background-color: rgb(20,35,107); }

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

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

 span { border-color: rgb(20,35,107); }

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