Html Css Color HEX #142D53 Catalina Blue

📋 copy color: '#142D53'

red 20 ◦ green 45 ◦ blue 83

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

Shades of Catalina Blue #142D53

Tints of Catalina Blue #142D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.41%

 BLUE value IS 83 (32.81% from 255) = 56.08%

R = 13.51%
G = 30.41%
B = 56.08%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142D53 (or 0x142D53) is known color: Catalina Blue. HEX triplet: 14, 2D and 53. RGB value is (20,45,83). Sum of RGB (Red+Green+Blue) = 20+45+83=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #142D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D53 is #EBD2AC. Grayscale: #292929. Windows color (decimal): -15454893 or 5451028. OLE color: 5451028.

HSL color Cylindrical-coordinate representation of color #142D53: hue angle of 216.19º degrees, saturation: 0.61, 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 #142D53 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 45 83 -
CMYK 0.76 0.46 0 0.67
HSL 216.19º 0.61% 0.2% -
HSV(B) 216.19º 0.76% 0.33% -
XYZ 2.79 2.65 8.55 -
YUV 41.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 20 45 83 0.76 0.46 0 0.67 216.19 0.61 0.2
Hex 14 2D 53 4C 2E 0 43 D8 3D 14
Octal 24 55 123 114 56 0 103 330 75 24
Binary 10100 101101 1010011 1001100 101110 0 1000011 11011000 111101 10100

Color Harmonies of #142D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D53

Black with #142D53

Text Example


Text Example

White with #142D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,45,83); }

 H1.HeaderClassName
 {
   color: #142D53;
 }
 .AnyTagClassName
 {
   color: #142D53;
 }
</style>

background-color css

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

 a { background-color: rgb(20,45,83); }

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

border-color css

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

 span { border-color: rgb(20,45,83); }

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