Html Css Color HEX #1A366D Catalina Blue

📋 copy color: '#1A366D'

red 26 ◦ green 54 ◦ blue 109

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

Shades of Catalina Blue #1A366D

Tints of Catalina Blue #1A366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 13.76%
G = 28.57%
B = 57.67%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A366D (or 0x1A366D) is known color: Catalina Blue. HEX triplet: 1A, 36 and 6D. RGB value is (26,54,109). Sum of RGB (Red+Green+Blue) = 26+54+109=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A366D is #E5C992. Grayscale: #333333. Windows color (decimal): -15059347 or 7157274. OLE color: 7157274.

HSL color Cylindrical-coordinate representation of color #1A366D: hue angle of 219.76º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A366D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 54 109 -
CMYK 0.76 0.50 0 0.57
HSL 219.76º 0.61% 0.26% -
HSV(B) 219.76º 0.76% 0.43% -
XYZ 4.51 3.96 15 -
YUV 51.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 26 54 109 0.76 0.50 0 0.57 219.76 0.61 0.26
Hex 1A 36 6D 4C 32 0 39 DC 3D 1A
Octal 32 66 155 114 62 0 71 334 75 32
Binary 11010 110110 1101101 1001100 110010 0 111001 11011100 111101 11010

Color Harmonies of #1A366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A366D

Black with #1A366D

Text Example


Text Example

White with #1A366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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