Html Css Color HEX #1E3155 Catalina Blue

📋 copy color: '#1E3155'

red 30 ◦ green 49 ◦ blue 85

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

Shades of Catalina Blue #1E3155

Tints of Catalina Blue #1E3155

RGB

 RED value IS 30 (12.11% from 255) = 18.29%

 GREEN value IS 49 (19.53% from 255) = 29.88%

 BLUE value IS 85 (33.59% from 255) = 51.83%

R = 18.29%
G = 29.88%
B = 51.83%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E3155 (or 0x1E3155) is known color: Catalina Blue. HEX triplet: 1E, 31 and 55. RGB value is (30,49,85). Sum of RGB (Red+Green+Blue) = 30+49+85=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3155 is #E1CEAA. Grayscale: #2F2F2F. Windows color (decimal): -14798507 or 5583134. OLE color: 5583134.

HSL color Cylindrical-coordinate representation of color #1E3155: hue angle of 219.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3155 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 49 85 -
CMYK 0.65 0.42 0 0.67
HSL 219.27º 0.48% 0.23% -
HSV(B) 219.27º 0.65% 0.33% -
XYZ 3.27 3.13 9.03 -
YUV 47.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 30 49 85 0.65 0.42 0 0.67 219.27 0.48 0.23
Hex 1E 31 55 41 2A 0 43 DB 30 17
Octal 36 61 125 101 52 0 103 333 60 27
Binary 11110 110001 1010101 1000001 101010 0 1000011 11011011 110000 10111

Color Harmonies of #1E3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3155

Black with #1E3155

Text Example


Text Example

White with #1E3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E3155; }

 p { color: rgb(30,49,85); }

 H1.HeaderClassName
 {
   color: #1E3155;
 }
 .AnyTagClassName
 {
   color: #1E3155;
 }
</style>

background-color css

<style>
 a { background-color: #1E3155; }

 a { background-color: rgb(30,49,85); }

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

border-color css

<style>
 span { border-color: #1E3155; }

 span { border-color: rgb(30,49,85); }

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