#1F3155

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

Shades of Catalina Blue #1F3155

Tints of Catalina Blue #1F3155

Color information

#1F3155 (or 0x1F3155) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 55. RGB value is (31,49,85). Sum of RGB (Red+Green+Blue) = 31+49+85=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3155 is #E0CEAA. Grayscale: #2F2F2F. Windows color (decimal): -14732971 or 5583135. OLE color: 5583135.

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

Color convert

RGB314985-
CMYK0.640.4200.67
HSL220º46.55%22.75%-
HSV(B)220º63.53%33.33%-
XYZ3.33.149.03-
YUV47.72149.04116.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=18.79%
G=29.70%
B=51.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3149850.640.4200.6722046.5522.75
Hex1F3155402A043dc2f17
Octal37611251005201033345727
Binary1111111000110101011000000101010010000111101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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