Html Css Color HEX #1E4271 Catalina Blue

📋 copy color: '#1E4271'

red 30 ◦ green 66 ◦ blue 113

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

Shades of Catalina Blue #1E4271

Tints of Catalina Blue #1E4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 14.35%
G = 31.58%
B = 54.07%

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

#1E4271 (or 0x1E4271) is known color: Catalina Blue. HEX triplet: 1E, 42 and 71. RGB value is (30,66,113). Sum of RGB (Red+Green+Blue) = 30+66+113=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4271 is #E1BD8E. Grayscale: #3C3C3C. Windows color (decimal): -14794127 or 7422494. OLE color: 7422494.

HSL color Cylindrical-coordinate representation of color #1E4271: hue angle of 213.98º 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 #1E4271 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 66 113 -
CMYK 0.73 0.42 0 0.56
HSL 213.98º 0.58% 0.28% -
HSV(B) 213.98º 0.73% 0.44% -
XYZ 5.46 5.36 16.37 -
YUV 60.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 30 66 113 0.73 0.42 0 0.56 213.98 0.58 0.28
Hex 1E 42 71 49 2A 0 38 D6 3A 1C
Octal 36 102 161 111 52 0 70 326 72 34
Binary 11110 1000010 1110001 1001001 101010 0 111000 11010110 111010 11100

Color Harmonies of #1E4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4271

Black with #1E4271

Text Example


Text Example

White with #1E4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,113); }

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

background-color css

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

 a { background-color: rgb(30,66,113); }

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

border-color css

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

 span { border-color: rgb(30,66,113); }

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