#1B3162

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

Shades of Catalina Blue #1B3162

Tints of Catalina Blue #1B3162

Color information

#1B3162 (or 0x1B3162) is unknown color: approx Catalina Blue. HEX triplet: 1B, 31 and 62. RGB value is (27,49,98). Sum of RGB (Red+Green+Blue) = 27+49+98=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3162 is #E4CE9D. Grayscale: #2F2F2F. Windows color (decimal): -14995102 or 6435099. OLE color: 6435099.

HSL color Cylindrical-coordinate representation of color #1B3162: hue angle of 221.41º 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 #1B3162 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB274998-
CMYK0.720.500.62
HSL221.41º56.8%24.51%-
HSV(B)221.41º72.45%38.43%-
XYZ3.753.3112-
YUV48.01156.21113.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=15.52%
G=28.16%
B=56.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2749980.720.500.62221.4156.824.51
Hex1B3162483203Edd3919
Octal3361142110620763357131
Binary110111100011100010100100011001001111101101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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