#1F416D

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

Shades of Catalina Blue #1F416D

Tints of Catalina Blue #1F416D

Color information

#1F416D (or 0x1F416D) is unknown color: approx Catalina Blue. HEX triplet: 1F, 41 and 6D. RGB value is (31,65,109). Sum of RGB (Red+Green+Blue) = 31+65+109=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F416D is #E0BE92. Grayscale: #3B3B3B. Windows color (decimal): -14728851 or 7160095. OLE color: 7160095.

HSL color Cylindrical-coordinate representation of color #1F416D: hue angle of 213.85º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F416D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3165109-
CMYK0.720.4000.57
HSL213.85º55.71%27.45%-
HSV(B)213.85º71.56%42.75%-
XYZ5.225.1815.19-
YUV59.85155.74107.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=15.12%
G=31.71%
B=53.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31651090.720.4000.57213.8555.7127.45
Hex1F416D4828039d6381b
Octal37101155110500713267033
Binary1111110000011101101100100010100001110011101011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,109); }

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

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

 a { background-color: rgb(31,65,109); }

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

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

 span { border-color: rgb(31,65,109); }

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