Html Css Color HEX #1E426E Catalina Blue

📋 copy color: '#1E426E'

red 30 ◦ green 66 ◦ blue 110

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

Shades of Catalina Blue #1E426E

Tints of Catalina Blue #1E426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 14.56%
G = 32.04%
B = 53.4%

CMYK

 C value IS 0.73

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1E426E (or 0x1E426E) is known color: Catalina Blue. HEX triplet: 1E, 42 and 6E. RGB value is (30,66,110). Sum of RGB (Red+Green+Blue) = 30+66+110=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E426E is #E1BD91. Grayscale: #3C3C3C. Windows color (decimal): -14794130 or 7225886. OLE color: 7225886.

HSL color Cylindrical-coordinate representation of color #1E426E: hue angle of 213º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E426E is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 30 66 110 -
CMYK 0.73 0.4 0 0.57
HSL 213º 0.57% 0.27% -
HSV(B) 213º 0.73% 0.43% -
XYZ 5.3 5.3 15.5 -
YUV 60.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 30 66 110 0.73 0.4 0 0.57 213 0.57 0.27
Hex 1E 42 6E 49 28 0 39 D5 39 1B
Octal 36 102 156 111 50 0 71 325 71 33
Binary 11110 1000010 1101110 1001001 101000 0 111001 11010101 111001 11011

Color Harmonies of #1E426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E426E

Black with #1E426E

Text Example


Text Example

White with #1E426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,66,110); }

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

background-color css

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

 a { background-color: rgb(30,66,110); }

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

border-color css

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

 span { border-color: rgb(30,66,110); }

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