Html Css Color HEX #1E305D Catalina Blue

📋 copy color: '#1E305D'

red 30 ◦ green 48 ◦ blue 93

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

Shades of Catalina Blue #1E305D

Tints of Catalina Blue #1E305D

RGB

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

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

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

R = 17.54%
G = 28.07%
B = 54.39%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E305D (or 0x1E305D) is known color: Catalina Blue. HEX triplet: 1E, 30 and 5D. RGB value is (30,48,93). Sum of RGB (Red+Green+Blue) = 30+48+93=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E305D is #E1CFA2. Grayscale: #2F2F2F. Windows color (decimal): -14798755 or 6107166. OLE color: 6107166.

HSL color Cylindrical-coordinate representation of color #1E305D: hue angle of 222.86º 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 #1E305D is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 48 93 -
CMYK 0.68 0.48 0 0.64
HSL 222.86º 0.51% 0.24% -
HSV(B) 222.86º 0.68% 0.36% -
XYZ 3.57 3.18 10.78 -
YUV 47.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 30 48 93 0.68 0.48 0 0.64 222.86 0.51 0.24
Hex 1E 30 5D 44 30 0 40 DF 33 18
Octal 36 60 135 104 60 0 100 337 63 30
Binary 11110 110000 1011101 1000100 110000 0 1000000 11011111 110011 11000

Color Harmonies of #1E305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E305D

Black with #1E305D

Text Example


Text Example

White with #1E305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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