Html Css Color HEX #1C418B Fun Blue

📋 copy color: '#1C418B'

red 28 ◦ green 65 ◦ blue 139

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

Shades of Fun Blue #1C418B

Tints of Fun Blue #1C418B

RGB

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

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

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

R = 12.07%
G = 28.02%
B = 59.91%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C418B (or 0x1C418B) is known color: Fun Blue. HEX triplet: 1C, 41 and 8B. RGB value is (28,65,139). Sum of RGB (Red+Green+Blue) = 28+65+139=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C418B is #E3BE74. Grayscale: #3E3E3E. Windows color (decimal): -14925429 or 9126172. OLE color: 9126172.

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

Color convert

RGB 28 65 139 -
CMYK 0.80 0.53 0 0.45
HSL 220º 0.66% 0.33% -
HSV(B) 220º 0.8% 0.55% -
XYZ 7.03 5.89 25.19 -
YUV 62.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 28 65 139 0.80 0.53 0 0.45 220 0.66 0.33
Hex 1C 41 8B 50 35 0 2D DC 42 21
Octal 34 101 213 120 65 0 55 334 102 41
Binary 11100 1000001 10001011 1010000 110101 0 101101 11011100 1000010 100001

Color Harmonies of #1C418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C418B

Black with #1C418B

Text Example


Text Example

White with #1C418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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