Html Css Color HEX #1E3063 Catalina Blue

📋 copy color: '#1E3063'

red 30 ◦ green 48 ◦ blue 99

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

Shades of Catalina Blue #1E3063

Tints of Catalina Blue #1E3063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 16.95%
G = 27.12%
B = 55.93%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E3063 (or 0x1E3063) is known color: Catalina Blue. HEX triplet: 1E, 30 and 63. RGB value is (30,48,99). Sum of RGB (Red+Green+Blue) = 30+48+99=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3063 is #E1CF9C. Grayscale: #303030. Windows color (decimal): -14798749 or 6500382. OLE color: 6500382.

HSL color Cylindrical-coordinate representation of color #1E3063: hue angle of 224.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3063 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 48 99 -
CMYK 0.70 0.52 0 0.61
HSL 224.35º 0.53% 0.25% -
HSV(B) 224.35º 0.7% 0.39% -
XYZ 3.84 3.29 12.24 -
YUV 48.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 30 48 99 0.70 0.52 0 0.61 224.35 0.53 0.25
Hex 1E 30 63 46 34 0 3D E0 35 19
Octal 36 60 143 106 64 0 75 340 65 31
Binary 11110 110000 1100011 1000110 110100 0 111101 11100000 110101 11001

Color Harmonies of #1E3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3063

Black with #1E3063

Text Example


Text Example

White with #1E3063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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