Html Css Color HEX #1E3060 Catalina Blue

📋 copy color: '#1E3060'

red 30 ◦ green 48 ◦ blue 96

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

Shades of Catalina Blue #1E3060

Tints of Catalina Blue #1E3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 17.24%
G = 27.59%
B = 55.17%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E3060 (or 0x1E3060) is known color: Catalina Blue. HEX triplet: 1E, 30 and 60. RGB value is (30,48,96). Sum of RGB (Red+Green+Blue) = 30+48+96=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3060 is #E1CF9F. Grayscale: #2F2F2F. Windows color (decimal): -14798752 or 6303774. OLE color: 6303774.

HSL color Cylindrical-coordinate representation of color #1E3060: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3060 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 48 96 -
CMYK 0.69 0.50 0 0.62
HSL 223.64º 0.52% 0.25% -
HSV(B) 223.64º 0.69% 0.38% -
XYZ 3.7 3.23 11.5 -
YUV 48.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 30 48 96 0.69 0.50 0 0.62 223.64 0.52 0.25
Hex 1E 30 60 45 32 0 3E E0 34 19
Octal 36 60 140 105 62 0 76 340 64 31
Binary 11110 110000 1100000 1000101 110010 0 111110 11100000 110100 11001

Color Harmonies of #1E3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3060

Black with #1E3060

Text Example


Text Example

White with #1E3060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,96); }

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

background-color css

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

 a { background-color: rgb(30,48,96); }

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

border-color css

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

 span { border-color: rgb(30,48,96); }

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