#1F437F

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

Shades of Fun Blue #1F437F

Tints of Fun Blue #1F437F

Color information

#1F437F (or 0x1F437F) is unknown color: approx Fun Blue. HEX triplet: 1F, 43 and 7F. RGB value is (31,67,127). Sum of RGB (Red+Green+Blue) = 31+67+127=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F437F is #E0BC80. Grayscale: #3E3E3E. Windows color (decimal): -14728321 or 8340255. OLE color: 8340255.

HSL color Cylindrical-coordinate representation of color #1F437F: hue angle of 217.5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F437F is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3167127-
CMYK0.760.4700.50
HSL217.5º60.76%30.98%-
HSV(B)217.5º75.59%49.8%-
XYZ6.45.8420.87-
YUV63.08164.07105.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 127 (50% from 255) = 56.44%
R=13.78%
G=29.78%
B=56.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31671270.760.4700.50217.560.7630.98
Hex1F437F4C2F032da3d1f
Octal37103177114570623327537
Binary1111110000111111111100110010111101100101101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,127); }

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

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

 a { background-color: rgb(31,67,127); }

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

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

 span { border-color: rgb(31,67,127); }

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