Html Css Color HEX #1E4170 Catalina Blue

📋 copy color: '#1E4170'

red 30 ◦ green 65 ◦ blue 112

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

Shades of Catalina Blue #1E4170

Tints of Catalina Blue #1E4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 14.49%
G = 31.4%
B = 54.11%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E4170 (or 0x1E4170) is known color: Catalina Blue. HEX triplet: 1E, 41 and 70. RGB value is (30,65,112). Sum of RGB (Red+Green+Blue) = 30+65+112=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4170 is #E1BE8F. Grayscale: #3B3B3B. Windows color (decimal): -14794384 or 7356702. OLE color: 7356702.

HSL color Cylindrical-coordinate representation of color #1E4170: hue angle of 214.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4170 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 65 112 -
CMYK 0.73 0.42 0 0.56
HSL 214.39º 0.58% 0.28% -
HSV(B) 214.39º 0.73% 0.44% -
XYZ 5.35 5.23 16.06 -
YUV 59.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 30 65 112 0.73 0.42 0 0.56 214.39 0.58 0.28
Hex 1E 41 70 49 2A 0 38 D6 3A 1C
Octal 36 101 160 111 52 0 70 326 72 34
Binary 11110 1000001 1110000 1001001 101010 0 111000 11010110 111010 11100

Color Harmonies of #1E4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4170

Black with #1E4170

Text Example


Text Example

White with #1E4170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,112); }

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

background-color css

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

 a { background-color: rgb(30,65,112); }

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

border-color css

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

 span { border-color: rgb(30,65,112); }

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