#14337A

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

Shades of Sapphire #14337A

Tints of Sapphire #14337A

Color information

#14337A (or 0x14337A) is unknown color: approx Sapphire. HEX triplet: 14, 33 and 7A. RGB value is (20,51,122). Sum of RGB (Red+Green+Blue) = 20+51+122=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #14337A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14337A is #EBCC85. Grayscale: #313131. Windows color (decimal): -15453318 or 8008468. OLE color: 8008468.

HSL color Cylindrical-coordinate representation of color #14337A: hue angle of 221.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14337A is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2051122-
CMYK0.840.5800.52
HSL221.76º71.83%27.84%-
HSV(B)221.76º83.61%47.84%-
XYZ4.993.9218.91-
YUV49.82168.73106.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=10.36%
G=26.42%
B=63.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20511220.840.5800.52221.7671.8327.84
Hex14337A543A034de481c
Octal24631721247206433611034
Binary1010011001111110101010100111010011010011011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14337A; }

 p { color: rgb(20,51,122); }

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

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

 a { background-color: rgb(20,51,122); }

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

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

 span { border-color: rgb(20,51,122); }

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