Html Css Color HEX #1C408B Fun Blue

📋 copy color: '#1C408B'

red 28 ◦ green 64 ◦ blue 139

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

Shades of Fun Blue #1C408B

Tints of Fun Blue #1C408B

RGB

 RED value IS 28 (11.33% from 255) = 12.12%

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 139 (54.69% from 255) = 60.17%

R = 12.12%
G = 27.71%
B = 60.17%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C408B (or 0x1C408B) is known color: Fun Blue. HEX triplet: 1C, 40 and 8B. RGB value is (28,64,139). Sum of RGB (Red+Green+Blue) = 28+64+139=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C408B is #E3BF74. Grayscale: #3D3D3D. Windows color (decimal): -14925685 or 9125916. OLE color: 9125916.

HSL color Cylindrical-coordinate representation of color #1C408B: hue angle of 220.54º degrees, saturation: 0.66, 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 #1C408B is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 64 139 -
CMYK 0.80 0.54 0 0.45
HSL 220.54º 0.66% 0.33% -
HSV(B) 220.54º 0.8% 0.55% -
XYZ 6.97 5.78 25.17 -
YUV 61.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 28 64 139 0.80 0.54 0 0.45 220.54 0.66 0.33
Hex 1C 40 8B 50 36 0 2D DD 42 21
Octal 34 100 213 120 66 0 55 335 102 41
Binary 11100 1000000 10001011 1010000 110110 0 101101 11011101 1000010 100001

Color Harmonies of #1C408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C408B

Black with #1C408B

Text Example


Text Example

White with #1C408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C408B;
 }
 .AnyTagClassName
 {
   color: #1C408B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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