#1F4168

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

Shades of Catalina Blue #1F4168

Tints of Catalina Blue #1F4168

Color information

#1F4168 (or 0x1F4168) is unknown color: approx Catalina Blue. HEX triplet: 1F, 41 and 68. RGB value is (31,65,104). Sum of RGB (Red+Green+Blue) = 31+65+104=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4168 is #E0BE97. Grayscale: #3B3B3B. Windows color (decimal): -14728856 or 6832415. OLE color: 6832415.

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

Color convert

RGB3165104-
CMYK0.700.3800.59
HSL212.05º54.07%26.47%-
HSV(B)212.05º70.19%40.78%-
XYZ4.955.0713.81-
YUV59.28153.24107.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 104 (41.02% from 255) = 52%
R=15.5%
G=32.5%
B=52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31651040.700.3800.59212.0554.0726.47
Hex1F4168462603Bd4361a
Octal37101150106460733246632
Binary1111110000011101000100011010011001110111101010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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