#1B315F

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

Shades of Catalina Blue #1B315F

Tints of Catalina Blue #1B315F

Color information

#1B315F (or 0x1B315F) is unknown color: approx Catalina Blue. HEX triplet: 1B, 31 and 5F. RGB value is (27,49,95). Sum of RGB (Red+Green+Blue) = 27+49+95=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B315F is #E4CEA0. Grayscale: #2F2F2F. Windows color (decimal): -14995105 or 6238491. OLE color: 6238491.

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

Color convert

RGB274995-
CMYK0.720.4800.63
HSL220.59º55.74%23.92%-
HSV(B)220.59º71.58%37.25%-
XYZ3.623.2611.26-
YUV47.67154.71113.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=15.79%
G=28.65%
B=55.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2749950.720.4800.63220.5955.7423.92
Hex1B315F483003Fdd3818
Octal3361137110600773357030
Binary110111100011011111100100011000001111111101110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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