Html Css Color HEX #1B3659 Catalina Blue

📋 copy color: '#1B3659'

red 27 ◦ green 54 ◦ blue 89

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

Shades of Catalina Blue #1B3659

Tints of Catalina Blue #1B3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 15.88%
G = 31.76%
B = 52.35%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B3659 (or 0x1B3659) is known color: Catalina Blue. HEX triplet: 1B, 36 and 59. RGB value is (27,54,89). Sum of RGB (Red+Green+Blue) = 27+54+89=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3659 is #E4C9A6. Grayscale: #313131. Windows color (decimal): -14993831 or 5846555. OLE color: 5846555.

HSL color Cylindrical-coordinate representation of color #1B3659: hue angle of 213.87º 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 #1B3659 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 54 89 -
CMYK 0.70 0.39 0 0.65
HSL 213.87º 0.53% 0.23% -
HSV(B) 213.87º 0.7% 0.35% -
XYZ 3.57 3.59 9.96 -
YUV 49.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 27 54 89 0.70 0.39 0 0.65 213.87 0.53 0.23
Hex 1B 36 59 46 27 0 41 D6 35 17
Octal 33 66 131 106 47 0 101 326 65 27
Binary 11011 110110 1011001 1000110 100111 0 1000001 11010110 110101 10111

Color Harmonies of #1B3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3659

Black with #1B3659

Text Example


Text Example

White with #1B3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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