Html Css Color HEX #1E3665 Catalina Blue

📋 copy color: '#1E3665'

red 30 ◦ green 54 ◦ blue 101

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

Shades of Catalina Blue #1E3665

Tints of Catalina Blue #1E3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 101 (39.84% from 255) = 54.59%

R = 16.22%
G = 29.19%
B = 54.59%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1E3665 (or 0x1E3665) is known color: Catalina Blue. HEX triplet: 1E, 36 and 65. RGB value is (30,54,101). Sum of RGB (Red+Green+Blue) = 30+54+101=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E3665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3665 is #E1C99A. Grayscale: #333333. Windows color (decimal): -14797211 or 6632990. OLE color: 6632990.

HSL color Cylindrical-coordinate representation of color #1E3665: hue angle of 219.72º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3665 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 30 54 101 -
CMYK 0.70 0.47 0 0.60
HSL 219.72º 0.54% 0.26% -
HSV(B) 219.72º 0.7% 0.4% -
XYZ 4.2 3.85 12.83 -
YUV 52.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 30 54 101 0.70 0.47 0 0.60 219.72 0.54 0.26
Hex 1E 36 65 46 2F 0 3C DC 36 1A
Octal 36 66 145 106 57 0 74 334 66 32
Binary 11110 110110 1100101 1000110 101111 0 111100 11011100 110110 11010

Color Harmonies of #1E3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3665

Black with #1E3665

Text Example


Text Example

White with #1E3665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,54,101); }

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

background-color css

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

 a { background-color: rgb(30,54,101); }

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

border-color css

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

 span { border-color: rgb(30,54,101); }

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