Html Css Color HEX #1A2E5D Catalina Blue

📋 copy color: '#1A2E5D'

red 26 ◦ green 46 ◦ blue 93

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

Shades of Catalina Blue #1A2E5D

Tints of Catalina Blue #1A2E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 15.76%
G = 27.88%
B = 56.36%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1A2E5D (or 0x1A2E5D) is known color: Catalina Blue. HEX triplet: 1A, 2E and 5D. RGB value is (26,46,93). Sum of RGB (Red+Green+Blue) = 26+46+93=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A2E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E5D is #E5D1A2. Grayscale: #2D2D2D. Windows color (decimal): -15061411 or 6106650. OLE color: 6106650.

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

Color convert

RGB 26 46 93 -
CMYK 0.72 0.51 0 0.64
HSL 222.09º 0.56% 0.23% -
HSV(B) 222.09º 0.72% 0.36% -
XYZ 3.38 2.96 10.75 -
YUV 45.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 26 46 93 0.72 0.51 0 0.64 222.09 0.56 0.23
Hex 1A 2E 5D 48 33 0 40 DE 38 17
Octal 32 56 135 110 63 0 100 336 70 27
Binary 11010 101110 1011101 1001000 110011 0 1000000 11011110 111000 10111

Color Harmonies of #1A2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2E5D

Black with #1A2E5D

Text Example


Text Example

White with #1A2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,46,93); }

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

background-color css

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

 a { background-color: rgb(26,46,93); }

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

border-color css

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

 span { border-color: rgb(26,46,93); }

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