Html Css Color HEX #1C408D Fun Blue

📋 copy color: '#1C408D'

red 28 ◦ green 64 ◦ blue 141

#1C408D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #1C408D

Tints of Fun Blue #1C408D

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 value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C408D (or 0x1C408D) is known color: 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

RGB 28 64 141 -
CMYK 0.80 0.55 0 0.45
HSL 220.89º 0.67% 0.33% -
HSV(B) 220.89º 0.8% 0.55% -
XYZ 7.12 5.84 25.95 -
YUV 62.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 28 64 141 0.80 0.55 0 0.45 220.89 0.67 0.33
Hex 1C 40 8D 50 37 0 2D DD 43 21
Octal 34 100 215 120 67 0 55 335 103 41
Binary 11100 1000000 10001101 1010000 110111 0 101101 11011101 1000011 100001

Color Harmonies of #1C408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C408D

Black with #1C408D

Text Example


Text Example

White with #1C408D

Text Example


Text Example

HTML Codes & Css Web 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>