Html Css Color HEX #1E385A Catalina Blue

📋 copy color: '#1E385A'

red 30 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #1E385A

Tints of Catalina Blue #1E385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 17.05%
G = 31.82%
B = 51.14%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E385A (or 0x1E385A) is known color: Catalina Blue. HEX triplet: 1E, 38 and 5A. RGB value is (30,56,90). Sum of RGB (Red+Green+Blue) = 30+56+90=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E385A is #E1C7A5. Grayscale: #333333. Windows color (decimal): -14796710 or 5912606. OLE color: 5912606.

HSL color Cylindrical-coordinate representation of color #1E385A: hue angle of 214º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E385A is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 56 90 -
CMYK 0.67 0.38 0 0.65
HSL 214º 0.5% 0.24% -
HSV(B) 214º 0.67% 0.35% -
XYZ 3.8 3.84 10.21 -
YUV 52.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 30 56 90 0.67 0.38 0 0.65 214 0.5 0.24
Hex 1E 38 5A 43 26 0 41 D6 32 18
Octal 36 70 132 103 46 0 101 326 62 30
Binary 11110 111000 1011010 1000011 100110 0 1000001 11010110 110010 11000

Color Harmonies of #1E385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E385A

Black with #1E385A

Text Example


Text Example

White with #1E385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,56,90); }

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

background-color css

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

 a { background-color: rgb(30,56,90); }

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

border-color css

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

 span { border-color: rgb(30,56,90); }

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