Html Css Color HEX #1B3159 Catalina Blue

📋 copy color: '#1B3159'

red 27 ◦ green 49 ◦ blue 89

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

Shades of Catalina Blue #1B3159

Tints of Catalina Blue #1B3159

RGB

 RED value IS 27 (10.94% from 255) = 16.36%

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 89 (35.16% from 255) = 53.94%

R = 16.36%
G = 29.7%
B = 53.94%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B3159 (or 0x1B3159) is known color: Catalina Blue. HEX triplet: 1B, 31 and 59. RGB value is (27,49,89). Sum of RGB (Red+Green+Blue) = 27+49+89=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3159 is #E4CEA6. Grayscale: #2E2E2E. Windows color (decimal): -14995111 or 5845275. OLE color: 5845275.

HSL color Cylindrical-coordinate representation of color #1B3159: hue angle of 218.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B3159 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 49 89 -
CMYK 0.70 0.45 0 0.65
HSL 218.71º 0.53% 0.23% -
HSV(B) 218.71º 0.7% 0.35% -
XYZ 3.35 3.15 9.88 -
YUV 46.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 27 49 89 0.70 0.45 0 0.65 218.71 0.53 0.23
Hex 1B 31 59 46 2D 0 41 DB 35 17
Octal 33 61 131 106 55 0 101 333 65 27
Binary 11011 110001 1011001 1000110 101101 0 1000001 11011011 110101 10111

Color Harmonies of #1B3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3159

Black with #1B3159

Text Example


Text Example

White with #1B3159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,89); }

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

background-color css

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

 a { background-color: rgb(27,49,89); }

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

border-color css

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

 span { border-color: rgb(27,49,89); }

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