Html Css Color HEX #1A325E Catalina Blue

📋 copy color: '#1A325E'

red 26 ◦ green 50 ◦ blue 94

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

Shades of Catalina Blue #1A325E

Tints of Catalina Blue #1A325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 15.29%
G = 29.41%
B = 55.29%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A325E (or 0x1A325E) is known color: Catalina Blue. HEX triplet: 1A, 32 and 5E. RGB value is (26,50,94). Sum of RGB (Red+Green+Blue) = 26+50+94=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A325E is #E5CDA1. Grayscale: #2F2F2F. Windows color (decimal): -15060386 or 6173210. OLE color: 6173210.

HSL color Cylindrical-coordinate representation of color #1A325E: hue angle of 218.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A325E is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 50 94 -
CMYK 0.72 0.47 0 0.63
HSL 218.82º 0.57% 0.24% -
HSV(B) 218.82º 0.72% 0.37% -
XYZ 3.59 3.31 11.04 -
YUV 47.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 26 50 94 0.72 0.47 0 0.63 218.82 0.57 0.24
Hex 1A 32 5E 48 2F 0 3F DB 39 18
Octal 32 62 136 110 57 0 77 333 71 30
Binary 11010 110010 1011110 1001000 101111 0 111111 11011011 111001 11000

Color Harmonies of #1A325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A325E

Black with #1A325E

Text Example


Text Example

White with #1A325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,50,94); }

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

background-color css

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

 a { background-color: rgb(26,50,94); }

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

border-color css

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

 span { border-color: rgb(26,50,94); }

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