Html Css Color HEX #1A375F Catalina Blue

📋 copy color: '#1A375F'

red 26 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #1A375F

Tints of Catalina Blue #1A375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 14.77%
G = 31.25%
B = 53.98%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A375F (or 0x1A375F) is known color: Catalina Blue. HEX triplet: 1A, 37 and 5F. RGB value is (26,55,95). Sum of RGB (Red+Green+Blue) = 26+55+95=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A375F is #E5C8A0. Grayscale: #323232. Windows color (decimal): -15059105 or 6240026. OLE color: 6240026.

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

Color convert

RGB 26 55 95 -
CMYK 0.73 0.42 0 0.63
HSL 214.78º 0.57% 0.24% -
HSV(B) 214.78º 0.73% 0.37% -
XYZ 3.86 3.78 11.35 -
YUV 50.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 26 55 95 0.73 0.42 0 0.63 214.78 0.57 0.24
Hex 1A 37 5F 49 2A 0 3F D7 39 18
Octal 32 67 137 111 52 0 77 327 71 30
Binary 11010 110111 1011111 1001001 101010 0 111111 11010111 111001 11000

Color Harmonies of #1A375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A375F

Black with #1A375F

Text Example


Text Example

White with #1A375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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