#1F3154

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

Shades of Catalina Blue #1F3154

Tints of Catalina Blue #1F3154

Color information

#1F3154 (or 0x1F3154) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 54. RGB value is (31,49,84). Sum of RGB (Red+Green+Blue) = 31+49+84=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F3154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3154 is #E0CEAB. Grayscale: #2F2F2F. Windows color (decimal): -14732972 or 5517599. OLE color: 5517599.

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

Color convert

RGB314984-
CMYK0.630.4200.67
HSL219.62º46.09%22.55%-
HSV(B)219.62º63.1%32.94%-
XYZ3.263.138.82-
YUV47.61148.54116.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 84 (33.20% from 255) = 51.22%
R=18.90%
G=29.88%
B=51.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3149840.630.4200.67219.6246.0922.55
Hex1F31543F2A043dc2e17
Octal3761124775201033345627
Binary111111100011010100111111101010010000111101110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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