#1B3861

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

Shades of Catalina Blue #1B3861

Tints of Catalina Blue #1B3861

Color information

#1B3861 (or 0x1B3861) is unknown color: approx Catalina Blue. HEX triplet: 1B, 38 and 61. RGB value is (27,56,97). Sum of RGB (Red+Green+Blue) = 27+56+97=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B3861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3861 is #E4C79E. Grayscale: #333333. Windows color (decimal): -14993311 or 6371355. OLE color: 6371355.

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

Color convert

RGB275697-
CMYK0.720.4200.62
HSL215.14º56.45%24.31%-
HSV(B)215.14º72.16%38.04%-
XYZ4.023.9211.85-
YUV52153.39110.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=15%
G=31.11%
B=53.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2756970.720.4200.62215.1456.4524.31
Hex1B3861482A03Ed73818
Octal3370141110520763277030
Binary110111110001100001100100010101001111101101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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