#1F315D

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

Shades of Catalina Blue #1F315D

Tints of Catalina Blue #1F315D

Color information

#1F315D (or 0x1F315D) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 5D. RGB value is (31,49,93). Sum of RGB (Red+Green+Blue) = 31+49+93=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F315D is #E0CEA2. Grayscale: #303030. Windows color (decimal): -14732963 or 6107423. OLE color: 6107423.

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

Color convert

RGB314993-
CMYK0.670.4700.64
HSL222.58º50%24.31%-
HSV(B)222.58º66.67%36.47%-
XYZ3.643.2810.8-
YUV48.63153.04115.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.92%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=17.92%
G=28.32%
B=53.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3149930.670.4700.64222.585024.31
Hex1F315D432F040df3218
Octal37611351035701003376230
Binary1111111000110111011000011101111010000001101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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