Html Css Color HEX #1E416F Catalina Blue

📋 copy color: '#1E416F'

red 30 ◦ green 65 ◦ blue 111

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

Shades of Catalina Blue #1E416F

Tints of Catalina Blue #1E416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 14.56%
G = 31.55%
B = 53.88%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E416F (or 0x1E416F) is known color: Catalina Blue. HEX triplet: 1E, 41 and 6F. RGB value is (30,65,111). Sum of RGB (Red+Green+Blue) = 30+65+111=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E416F is #E1BE90. Grayscale: #3B3B3B. Windows color (decimal): -14794385 or 7291166. OLE color: 7291166.

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

Color convert

RGB 30 65 111 -
CMYK 0.73 0.41 0 0.56
HSL 214.07º 0.57% 0.28% -
HSV(B) 214.07º 0.73% 0.44% -
XYZ 5.29 5.2 15.76 -
YUV 59.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 30 65 111 0.73 0.41 0 0.56 214.07 0.57 0.28
Hex 1E 41 6F 49 29 0 38 D6 39 1C
Octal 36 101 157 111 51 0 70 326 71 34
Binary 11110 1000001 1101111 1001001 101001 0 111000 11010110 111001 11100

Color Harmonies of #1E416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E416F

Black with #1E416F

Text Example


Text Example

White with #1E416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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