Html Css Color HEX #1E385D Catalina Blue

📋 copy color: '#1E385D'

red 30 ◦ green 56 ◦ blue 93

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

Shades of Catalina Blue #1E385D

Tints of Catalina Blue #1E385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 16.76%
G = 31.28%
B = 51.96%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E385D (or 0x1E385D) is known color: Catalina Blue. HEX triplet: 1E, 38 and 5D. RGB value is (30,56,93). Sum of RGB (Red+Green+Blue) = 30+56+93=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E385D is #E1C7A2. Grayscale: #343434. Windows color (decimal): -14796707 or 6109214. OLE color: 6109214.

HSL color Cylindrical-coordinate representation of color #1E385D: hue angle of 215.24º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E385D is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 56 93 -
CMYK 0.68 0.40 0 0.64
HSL 215.24º 0.51% 0.24% -
HSV(B) 215.24º 0.68% 0.36% -
XYZ 3.93 3.89 10.9 -
YUV 52.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 30 56 93 0.68 0.40 0 0.64 215.24 0.51 0.24
Hex 1E 38 5D 44 28 0 40 D7 33 18
Octal 36 70 135 104 50 0 100 327 63 30
Binary 11110 111000 1011101 1000100 101000 0 1000000 11010111 110011 11000

Color Harmonies of #1E385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E385D

Black with #1E385D

Text Example


Text Example

White with #1E385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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