#1F426D

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

Shades of Catalina Blue #1F426D

Tints of Catalina Blue #1F426D

Color information

#1F426D (or 0x1F426D) is unknown color: approx Catalina Blue. HEX triplet: 1F, 42 and 6D. RGB value is (31,66,109). Sum of RGB (Red+Green+Blue) = 31+66+109=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F426D is #E0BD92. Grayscale: #3C3C3C. Windows color (decimal): -14728595 or 7160351. OLE color: 7160351.

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

Color convert

RGB3166109-
CMYK0.720.3900.57
HSL213.08º55.71%27.45%-
HSV(B)213.08º71.56%42.75%-
XYZ5.275.2915.21-
YUV60.44155.4107-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=15.05%
G=32.04%
B=52.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31661090.720.3900.57213.0855.7127.45
Hex1F426D4827039d5381b
Octal37102155110470713257033
Binary1111110000101101101100100010011101110011101010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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