Html Css Color HEX #1B3561 Catalina Blue

📋 copy color: '#1B3561'

red 27 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #1B3561

Tints of Catalina Blue #1B3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 15.25%
G = 29.94%
B = 54.8%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3561 (or 0x1B3561) is known color: Catalina Blue. HEX triplet: 1B, 35 and 61. RGB value is (27,53,97). Sum of RGB (Red+Green+Blue) = 27+53+97=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3561 is #E4CA9E. Grayscale: #323232. Windows color (decimal): -14994079 or 6370587. OLE color: 6370587.

HSL color Cylindrical-coordinate representation of color #1B3561: hue angle of 217.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3561 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 53 97 -
CMYK 0.72 0.45 0 0.62
HSL 217.71º 0.56% 0.24% -
HSV(B) 217.71º 0.72% 0.38% -
XYZ 3.88 3.64 11.81 -
YUV 50.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 27 53 97 0.72 0.45 0 0.62 217.71 0.56 0.24
Hex 1B 35 61 48 2D 0 3E DA 38 18
Octal 33 65 141 110 55 0 76 332 70 30
Binary 11011 110101 1100001 1001000 101101 0 111110 11011010 111000 11000

Color Harmonies of #1B3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3561

Black with #1B3561

Text Example


Text Example

White with #1B3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,97); }

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

background-color css

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

 a { background-color: rgb(27,53,97); }

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

border-color css

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

 span { border-color: rgb(27,53,97); }

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