Html Css Color HEX #1C418C Fun Blue

📋 copy color: '#1C418C'

red 28 ◦ green 65 ◦ blue 140

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

Shades of Fun Blue #1C418C

Tints of Fun Blue #1C418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 12.02%
G = 27.9%
B = 60.09%

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

#1C418C (or 0x1C418C) is known color: Fun Blue. HEX triplet: 1C, 41 and 8C. RGB value is (28,65,140). Sum of RGB (Red+Green+Blue) = 28+65+140=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C418C is #E3BE73. Grayscale: #3E3E3E. Windows color (decimal): -14925428 or 9191708. OLE color: 9191708.

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

Color convert

RGB 28 65 140 -
CMYK 0.80 0.54 0 0.45
HSL 220.18º 0.67% 0.33% -
HSV(B) 220.18º 0.8% 0.55% -
XYZ 7.1 5.92 25.58 -
YUV 62.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 28 65 140 0.80 0.54 0 0.45 220.18 0.67 0.33
Hex 1C 41 8C 50 36 0 2D DC 43 21
Octal 34 101 214 120 66 0 55 334 103 41
Binary 11100 1000001 10001100 1010000 110110 0 101101 11011100 1000011 100001

Color Harmonies of #1C418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C418C

Black with #1C418C

Text Example


Text Example

White with #1C418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,140); }

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

background-color css

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

 a { background-color: rgb(28,65,140); }

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

border-color css

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

 span { border-color: rgb(28,65,140); }

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