Html Css Color HEX #1A3061 Catalina Blue

📋 copy color: '#1A3061'

red 26 ◦ green 48 ◦ blue 97

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

Shades of Catalina Blue #1A3061

Tints of Catalina Blue #1A3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 15.2%
G = 28.07%
B = 56.73%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A3061 (or 0x1A3061) is known color: Catalina Blue. HEX triplet: 1A, 30 and 61. RGB value is (26,48,97). Sum of RGB (Red+Green+Blue) = 26+48+97=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3061 is #E5CF9E. Grayscale: #2E2E2E. Windows color (decimal): -15060895 or 6369306. OLE color: 6369306.

HSL color Cylindrical-coordinate representation of color #1A3061: hue angle of 221.41º 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 #1A3061 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 48 97 -
CMYK 0.73 0.51 0 0.62
HSL 221.41º 0.58% 0.24% -
HSV(B) 221.41º 0.73% 0.38% -
XYZ 3.64 3.2 11.73 -
YUV 47.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 26 48 97 0.73 0.51 0 0.62 221.41 0.58 0.24
Hex 1A 30 61 49 33 0 3E DD 3A 18
Octal 32 60 141 111 63 0 76 335 72 30
Binary 11010 110000 1100001 1001001 110011 0 111110 11011101 111010 11000

Color Harmonies of #1A3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3061

Black with #1A3061

Text Example


Text Example

White with #1A3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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