#1F3169

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

Shades of Catalina Blue #1F3169

Tints of Catalina Blue #1F3169

Color information

#1F3169 (or 0x1F3169) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 69. RGB value is (31,49,105). Sum of RGB (Red+Green+Blue) = 31+49+105=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3169 is #E0CE96. Grayscale: #313131. Windows color (decimal): -14732951 or 6893855. OLE color: 6893855.

HSL color Cylindrical-coordinate representation of color #1F3169: hue angle of 225.41º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3169 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3149105-
CMYK0.700.5300.59
HSL225.41º54.41%26.67%-
HSV(B)225.41º70.48%41.18%-
XYZ4.213.5113.82-
YUV50159.04114.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=16.76%
G=26.49%
B=56.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31491050.700.5300.59225.4154.4126.67
Hex1F3169463503Be1361b
Octal3761151106650733416633
Binary111111100011101001100011011010101110111110000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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