#14315A

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

Shades of Catalina Blue #14315A

Tints of Catalina Blue #14315A

Color information

#14315A (or 0x14315A) is unknown color: approx Catalina Blue. HEX triplet: 14, 31 and 5A. RGB value is (20,49,90). Sum of RGB (Red+Green+Blue) = 20+49+90=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #14315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14315A is #EBCEA5. Grayscale: #2C2C2C. Windows color (decimal): -15453862 or 5910804. OLE color: 5910804.

HSL color Cylindrical-coordinate representation of color #14315A: hue angle of 215.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14315A is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB204990-
CMYK0.780.4600.65
HSL215.14º63.64%21.57%-
HSV(B)215.14º77.78%35.29%-
XYZ3.233.0810.1-
YUV45153.39110.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=12.58%
G=30.82%
B=56.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2049900.780.4600.65215.1463.6421.57
Hex14315A4E2E041d74016
Octal246113211656010132710026
Binary10100110001101101010011101011100100000111010111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,49,90); }

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

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

 a { background-color: rgb(20,49,90); }

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

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

 span { border-color: rgb(20,49,90); }

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