#1F3069

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

Shades of Catalina Blue #1F3069

Tints of Catalina Blue #1F3069

Color information

#1F3069 (or 0x1F3069) is unknown color: approx Catalina Blue. HEX triplet: 1F, 30 and 69. RGB value is (31,48,105). Sum of RGB (Red+Green+Blue) = 31+48+105=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3069 is #E0CF96. Grayscale: #313131. Windows color (decimal): -14733207 or 6893599. OLE color: 6893599.

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

Color convert

RGB3148105-
CMYK0.700.5400.59
HSL226.22º54.41%26.67%-
HSV(B)226.22º70.48%41.18%-
XYZ4.173.4313.81-
YUV49.42159.37114.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=16.85%
G=26.09%
B=57.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31481050.700.5400.59226.2254.4126.67
Hex1F3069463603Be2361b
Octal3760151106660733426633
Binary111111100001101001100011011011001110111110001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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