Html Css Color HEX #1A305B Catalina Blue

📋 copy color: '#1A305B'

red 26 ◦ green 48 ◦ blue 91

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

Shades of Catalina Blue #1A305B

Tints of Catalina Blue #1A305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 15.76%
G = 29.09%
B = 55.15%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A305B (or 0x1A305B) is known color: Catalina Blue. HEX triplet: 1A, 30 and 5B. RGB value is (26,48,91). Sum of RGB (Red+Green+Blue) = 26+48+91=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A305B is #E5CFA4. Grayscale: #2E2E2E. Windows color (decimal): -15060901 or 5976090. OLE color: 5976090.

HSL color Cylindrical-coordinate representation of color #1A305B: hue angle of 219.69º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A305B is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 26 48 91 -
CMYK 0.71 0.47 0 0.64
HSL 219.69º 0.56% 0.23% -
HSV(B) 219.69º 0.71% 0.36% -
XYZ 3.37 3.09 10.32 -
YUV 46.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 26 48 91 0.71 0.47 0 0.64 219.69 0.56 0.23
Hex 1A 30 5B 47 2F 0 40 DC 38 17
Octal 32 60 133 107 57 0 100 334 70 27
Binary 11010 110000 1011011 1000111 101111 0 1000000 11011100 111000 10111

Color Harmonies of #1A305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A305B

Black with #1A305B

Text Example


Text Example

White with #1A305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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