#1F3153

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

Shades of Catalina Blue #1F3153

Tints of Catalina Blue #1F3153

Color information

#1F3153 (or 0x1F3153) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 53. RGB value is (31,49,83). Sum of RGB (Red+Green+Blue) = 31+49+83=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #1F3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3153 is #E0CEAC. Grayscale: #2F2F2F. Windows color (decimal): -14732973 or 5452063. OLE color: 5452063.

HSL color Cylindrical-coordinate representation of color #1F3153: hue angle of 219.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3153 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB314983-
CMYK0.630.4100.67
HSL219.23º45.61%22.35%-
HSV(B)219.23º62.65%32.55%-
XYZ3.223.118.61-
YUV47.49148.04116.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=19.02%
G=30.06%
B=50.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3149830.630.4100.67219.2345.6122.35
Hex1F31533F29043db2e16
Octal3761123775101033335626
Binary111111100011010011111111101001010000111101101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,83); }

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

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

 a { background-color: rgb(31,49,83); }

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

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

 span { border-color: rgb(31,49,83); }

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