Html Css Color HEX #1E3157 Catalina Blue

📋 copy color: '#1E3157'

red 30 ◦ green 49 ◦ blue 87

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

Shades of Catalina Blue #1E3157

Tints of Catalina Blue #1E3157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 18.07%
G = 29.52%
B = 52.41%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E3157 (or 0x1E3157) is known color: Catalina Blue. HEX triplet: 1E, 31 and 57. RGB value is (30,49,87). Sum of RGB (Red+Green+Blue) = 30+49+87=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E3157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3157 is #E1CEA8. Grayscale: #2F2F2F. Windows color (decimal): -14798505 or 5714206. OLE color: 5714206.

HSL color Cylindrical-coordinate representation of color #1E3157: hue angle of 220º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E3157 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 30 49 87 -
CMYK 0.66 0.44 0 0.66
HSL 220º 0.49% 0.23% -
HSV(B) 220º 0.66% 0.34% -
XYZ 3.35 3.16 9.45 -
YUV 47.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 30 49 87 0.66 0.44 0 0.66 220 0.49 0.23
Hex 1E 31 57 42 2C 0 42 DC 31 17
Octal 36 61 127 102 54 0 102 334 61 27
Binary 11110 110001 1010111 1000010 101100 0 1000010 11011100 110001 10111

Color Harmonies of #1E3157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3157

Black with #1E3157

Text Example


Text Example

White with #1E3157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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