#1C408D

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

Shades of Fun Blue #1C408D

Tints of Fun Blue #1C408D

Color information

#1C408D (or 0x1C408D) is unknown color: approx Fun Blue. HEX triplet: 1C, 40 and 8D. RGB value is (28,64,141). Sum of RGB (Red+Green+Blue) = 28+64+141=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C408D is #E3BF72. Grayscale: #3D3D3D. Windows color (decimal): -14925683 or 9256988. OLE color: 9256988.

HSL color Cylindrical-coordinate representation of color #1C408D: hue angle of 220.88º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C408D is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2864141-
CMYK0.800.5500.45
HSL220.88º66.86%33.14%-
HSV(B)220.88º80.14%55.29%-
XYZ7.125.8425.95-
YUV62.01172.57103.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=12.02%
G=27.47%
B=60.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28641410.800.5500.45220.8866.8633.14
Hex1C408D503702Ddd4321
Octal341002151206705533510341
Binary1110010000001000110110100001101110101101110111011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,141); }

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

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

 a { background-color: rgb(28,64,141); }

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

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

 span { border-color: rgb(28,64,141); }

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