Html Css Color HEX #1E3553 Catalina Blue

📋 copy color: '#1E3553'

red 30 ◦ green 53 ◦ blue 83

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

Shades of Catalina Blue #1E3553

Tints of Catalina Blue #1E3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 83 (32.81% from 255) = 50%

R = 18.07%
G = 31.93%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1E3553 (or 0x1E3553) is known color: Catalina Blue. HEX triplet: 1E, 35 and 53. RGB value is (30,53,83). Sum of RGB (Red+Green+Blue) = 30+53+83=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E3553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3553 is #E1CAAC. Grayscale: #313131. Windows color (decimal): -14797485 or 5453086. OLE color: 5453086.

HSL color Cylindrical-coordinate representation of color #1E3553: hue angle of 213.96º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E3553 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 53 83 -
CMYK 0.64 0.36 0 0.67
HSL 213.96º 0.47% 0.22% -
HSV(B) 213.96º 0.64% 0.33% -
XYZ 3.37 3.45 8.67 -
YUV 49.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 30 53 83 0.64 0.36 0 0.67 213.96 0.47 0.22
Hex 1E 35 53 40 24 0 43 D6 2F 16
Octal 36 65 123 100 44 0 103 326 57 26
Binary 11110 110101 1010011 1000000 100100 0 1000011 11010110 101111 10110

Color Harmonies of #1E3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3553

Black with #1E3553

Text Example


Text Example

White with #1E3553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,83); }

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

background-color css

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

 a { background-color: rgb(30,53,83); }

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

border-color css

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

 span { border-color: rgb(30,53,83); }

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