#142E54

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

Shades of Catalina Blue #142E54

Tints of Catalina Blue #142E54

Color information

#142E54 (or 0x142E54) is unknown color: approx Catalina Blue. HEX triplet: 14, 2E and 54. RGB value is (20,46,84). Sum of RGB (Red+Green+Blue) = 20+46+84=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #142E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E54 is #EBD1AB. Grayscale: #2A2A2A. Windows color (decimal): -15454636 or 5516820. OLE color: 5516820.

HSL color Cylindrical-coordinate representation of color #142E54: hue angle of 215.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142E54 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB204684-
CMYK0.760.4500.67
HSL215.62º61.54%20.39%-
HSV(B)215.62º76.19%32.94%-
XYZ2.872.748.77-
YUV42.56151.39111.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 84 (33.20% from 255) = 56%
R=13.33%
G=30.67%
B=56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2046840.760.4500.67215.6261.5420.39
Hex142E544C2D043d83e14
Octal24561241145501033307624
Binary1010010111010101001001100101101010000111101100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E54; }

 p { color: rgb(20,46,84); }

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

<style>
 a { background-color: #142E54; }

 a { background-color: rgb(20,46,84); }

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

<style>
 span { border-color: #142E54; }

 span { border-color: rgb(20,46,84); }

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