Html Css Color HEX #1A3252 Catalina Blue

📋 copy color: '#1A3252'

red 26 ◦ green 50 ◦ blue 82

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

Shades of Catalina Blue #1A3252

Tints of Catalina Blue #1A3252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 16.46%
G = 31.65%
B = 51.9%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1A3252 (or 0x1A3252) is known color: Catalina Blue. HEX triplet: 1A, 32 and 52. RGB value is (26,50,82). Sum of RGB (Red+Green+Blue) = 26+50+82=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A3252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3252 is #E5CDAD. Grayscale: #2E2E2E. Windows color (decimal): -15060398 or 5386778. OLE color: 5386778.

HSL color Cylindrical-coordinate representation of color #1A3252: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3252 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 26 50 82 -
CMYK 0.68 0.39 0 0.68
HSL 214.29º 0.52% 0.21% -
HSV(B) 214.29º 0.68% 0.32% -
XYZ 3.09 3.11 8.42 -
YUV 46.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 26 50 82 0.68 0.39 0 0.68 214.29 0.52 0.21
Hex 1A 32 52 44 27 0 44 D6 34 15
Octal 32 62 122 104 47 0 104 326 64 25
Binary 11010 110010 1010010 1000100 100111 0 1000100 11010110 110100 10101

Color Harmonies of #1A3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3252

Black with #1A3252

Text Example


Text Example

White with #1A3252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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