Html Css Color HEX #142E54 Catalina Blue

📋 copy color: '#142E54'

red 20 ◦ green 46 ◦ blue 84

#142E54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #142E54

Tints of Catalina Blue #142E54

RGB

 RED value IS 20 (8.2% from 255) = 13.33%

 GREEN value IS 46 (18.36% from 255) = 30.67%

 BLUE value IS 84 (33.2% from 255) = 56%

R = 13.33%
G = 30.67%
B = 56%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142E54 (or 0x142E54) is known color: 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

RGB 20 46 84 -
CMYK 0.76 0.45 0 0.67
HSL 215.63º 0.62% 0.2% -
HSV(B) 215.63º 0.76% 0.33% -
XYZ 2.87 2.74 8.77 -
YUV 42.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 20 46 84 0.76 0.45 0 0.67 215.63 0.62 0.2
Hex 14 2E 54 4C 2D 0 43 D8 3E 14
Octal 24 56 124 114 55 0 103 330 76 24
Binary 10100 101110 1010100 1001100 101101 0 1000011 11011000 111110 10100

Color Harmonies of #142E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E54

Black with #142E54

Text Example


Text Example

White with #142E54

Text Example


Text Example

HTML Codes & Css Web 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>