#1B3562

Color #1B3562 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #1B3562

Tints of Catalina Blue #1B3562

Color information

#1B3562 (or 0x1B3562) is unknown color: approx Catalina Blue. HEX triplet: 1B, 35 and 62. RGB value is (27,53,98). Sum of RGB (Red+Green+Blue) = 27+53+98=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3562 is #E4CA9D. Grayscale: #323232. Windows color (decimal): -14994078 or 6436123. OLE color: 6436123.

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

Color convert

RGB275398-
CMYK0.720.4600.62
HSL218.03º56.8%24.51%-
HSV(B)218.03º72.45%38.43%-
XYZ3.933.6612.05-
YUV50.36154.89111.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.17%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=15.17%
G=29.78%
B=55.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2753980.720.4600.62218.0356.824.51
Hex1B3562482E03Eda3919
Octal3365142110560763327131
Binary110111101011100010100100010111001111101101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B3562;
 }
 .AnyTagClassName
 {
   color: #1B3562;
 }
</style>
background-color css

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

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

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

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

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

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