#1F3168

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

Shades of Catalina Blue #1F3168

Tints of Catalina Blue #1F3168

Color information

#1F3168 (or 0x1F3168) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 68. RGB value is (31,49,104). Sum of RGB (Red+Green+Blue) = 31+49+104=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3168 is #E0CE97. Grayscale: #313131. Windows color (decimal): -14732952 or 6828319. OLE color: 6828319.

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

Color convert

RGB3149104-
CMYK0.700.5300.59
HSL225.21º54.07%26.47%-
HSV(B)225.21º70.19%40.78%-
XYZ4.163.4913.55-
YUV49.89158.54114.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=16.85%
G=26.63%
B=56.52%

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
Decimal31491040.700.5300.59225.2154.0726.47
Hex1F3168463503Be1361a
Octal3761150106650733416632
Binary111111100011101000100011011010101110111110000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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