Html Css Color HEX #1A3661 Catalina Blue

📋 copy color: '#1A3661'

red 26 ◦ green 54 ◦ blue 97

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

Shades of Catalina Blue #1A3661

Tints of Catalina Blue #1A3661

RGB

 RED value IS 26 (10.55% from 255) = 14.69%

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

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 14.69%
G = 30.51%
B = 54.8%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A3661 (or 0x1A3661) is known color: Catalina Blue. HEX triplet: 1A, 36 and 61. RGB value is (26,54,97). Sum of RGB (Red+Green+Blue) = 26+54+97=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3661 is #E5C99E. Grayscale: #323232. Windows color (decimal): -15059359 or 6370842. OLE color: 6370842.

HSL color Cylindrical-coordinate representation of color #1A3661: hue angle of 216.34º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3661 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 54 97 -
CMYK 0.73 0.44 0 0.62
HSL 216.34º 0.58% 0.24% -
HSV(B) 216.34º 0.73% 0.38% -
XYZ 3.9 3.72 11.82 -
YUV 50.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 26 54 97 0.73 0.44 0 0.62 216.34 0.58 0.24
Hex 1A 36 61 49 2C 0 3E D8 3A 18
Octal 32 66 141 111 54 0 76 330 72 30
Binary 11010 110110 1100001 1001001 101100 0 111110 11011000 111010 11000

Color Harmonies of #1A3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3661

Black with #1A3661

Text Example


Text Example

White with #1A3661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,97); }

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

background-color css

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

 a { background-color: rgb(26,54,97); }

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

border-color css

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

 span { border-color: rgb(26,54,97); }

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