#1F5075

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

Shades of Bahama Blue #1F5075

Tints of Bahama Blue #1F5075

Color information

#1F5075 (or 0x1F5075) is unknown color: approx Bahama Blue. HEX triplet: 1F, 50 and 75. RGB value is (31,80,117). Sum of RGB (Red+Green+Blue) = 31+80+117=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5075 is #E0AF8A. Grayscale: #454545. Windows color (decimal): -14725003 or 7688223. OLE color: 7688223.

HSL color Cylindrical-coordinate representation of color #1F5075: hue angle of 205.81º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5075 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3180117-
CMYK0.740.3200.54
HSL205.81º58.11%29.02%-
HSV(B)205.81º73.5%45.88%-
XYZ6.647.3117.89-
YUV69.57154.77100.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=13.60%
G=35.09%
B=51.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31801170.740.3200.54205.8158.1129.02
Hex1F50754A20036ce3a1d
Octal37120165112400663167235
Binary1111110100001110101100101010000001101101100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,80,117); }

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

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

 a { background-color: rgb(31,80,117); }

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

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

 span { border-color: rgb(31,80,117); }

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