#1B3860

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

Shades of Catalina Blue #1B3860

Tints of Catalina Blue #1B3860

Color information

#1B3860 (or 0x1B3860) is unknown color: approx Catalina Blue. HEX triplet: 1B, 38 and 60. RGB value is (27,56,96). Sum of RGB (Red+Green+Blue) = 27+56+96=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3860 is #E4C79F. Grayscale: #333333. Windows color (decimal): -14993312 or 6305819. OLE color: 6305819.

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

Color convert

RGB275696-
CMYK0.720.4200.62
HSL214.78º56.1%24.12%-
HSV(B)214.78º71.88%37.65%-
XYZ3.983.9111.61-
YUV51.89152.89110.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.08%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=15.08%
G=31.28%
B=53.63%

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
Decimal2756960.720.4200.62214.7856.124.12
Hex1B3860482A03Ed73818
Octal3370140110520763277030
Binary110111110001100000100100010101001111101101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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