#14366E

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

Shades of Sapphire #14366E

Tints of Sapphire #14366E

Color information

#14366E (or 0x14366E) is unknown color: approx Sapphire. HEX triplet: 14, 36 and 6E. RGB value is (20,54,110). Sum of RGB (Red+Green+Blue) = 20+54+110=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #14366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366E is #EBC991. Grayscale: #313131. Windows color (decimal): -15452562 or 7222804. OLE color: 7222804.

HSL color Cylindrical-coordinate representation of color #14366E: hue angle of 217.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14366E is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2054110-
CMYK0.820.5100.57
HSL217.33º69.23%25.49%-
HSV(B)217.33º81.82%43.14%-
XYZ4.423.9115.27-
YUV50.22161.74106.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 110 (43.36% from 255) = 59.78%
R=10.87%
G=29.35%
B=59.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20541100.820.5100.57217.3369.2325.49
Hex14366E5233039d94519
Octal24661561226307133110531
Binary1010011011011011101010010110011011100111011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14366E; }

 p { color: rgb(20,54,110); }

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

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

 a { background-color: rgb(20,54,110); }

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

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

 span { border-color: rgb(20,54,110); }

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