#1F437C

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

Shades of Fun Blue #1F437C

Tints of Fun Blue #1F437C

Color information

#1F437C (or 0x1F437C) is unknown color: approx Fun Blue. HEX triplet: 1F, 43 and 7C. RGB value is (31,67,124). Sum of RGB (Red+Green+Blue) = 31+67+124=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F437C is #E0BC83. Grayscale: #3E3E3E. Windows color (decimal): -14728324 or 8143647. OLE color: 8143647.

HSL color Cylindrical-coordinate representation of color #1F437C: hue angle of 216.77º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F437C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3167124-
CMYK0.750.4600.51
HSL216.77º60%30.39%-
HSV(B)216.77º75%48.63%-
XYZ6.215.7619.85-
YUV62.73162.57105.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=13.96%
G=30.18%
B=55.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31671240.750.4600.51216.776030.39
Hex1F437C4B2E033d93c1e
Octal37103174113560633317436
Binary1111110000111111100100101110111001100111101100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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