Html Css Color HEX #1A376E Catalina Blue

📋 copy color: '#1A376E'

red 26 ◦ green 55 ◦ blue 110

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

Shades of Catalina Blue #1A376E

Tints of Catalina Blue #1A376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

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

R = 13.61%
G = 28.8%
B = 57.59%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A376E (or 0x1A376E) is known color: Catalina Blue. HEX triplet: 1A, 37 and 6E. RGB value is (26,55,110). Sum of RGB (Red+Green+Blue) = 26+55+110=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A376E is #E5C891. Grayscale: #343434. Windows color (decimal): -15059090 or 7223066. OLE color: 7223066.

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

Color convert

RGB 26 55 110 -
CMYK 0.76 0.5 0 0.57
HSL 219.29º 0.62% 0.27% -
HSV(B) 219.29º 0.76% 0.43% -
XYZ 4.61 4.08 15.3 -
YUV 52.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 26 55 110 0.76 0.5 0 0.57 219.29 0.62 0.27
Hex 1A 37 6E 4C 32 0 39 DB 3E 1B
Octal 32 67 156 114 62 0 71 333 76 33
Binary 11010 110111 1101110 1001100 110010 0 111001 11011011 111110 11011

Color Harmonies of #1A376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A376E

Black with #1A376E

Text Example


Text Example

White with #1A376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,110); }

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

background-color css

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

 a { background-color: rgb(26,55,110); }

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

border-color css

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

 span { border-color: rgb(26,55,110); }

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