#1F4069

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

Shades of Catalina Blue #1F4069

Tints of Catalina Blue #1F4069

Color information

#1F4069 (or 0x1F4069) is unknown color: approx Catalina Blue. HEX triplet: 1F, 40 and 69. RGB value is (31,64,105). Sum of RGB (Red+Green+Blue) = 31+64+105=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4069 is #E0BF96. Grayscale: #3A3A3A. Windows color (decimal): -14729111 or 6897695. OLE color: 6897695.

HSL color Cylindrical-coordinate representation of color #1F4069: hue angle of 213.24º 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 #1F4069 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3164105-
CMYK0.700.3900.59
HSL213.24º54.41%26.67%-
HSV(B)213.24º70.48%41.18%-
XYZ4.954.9814.06-
YUV58.81154.07108.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=15.5%
G=32%
B=52.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31641050.700.3900.59213.2454.4126.67
Hex1F4069462703Bd5361b
Octal37100151106470733256633
Binary1111110000001101001100011010011101110111101010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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