Html Css Color HEX #1C428E Fun Blue

📋 copy color: '#1C428E'

red 28 ◦ green 66 ◦ blue 142

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

Shades of Fun Blue #1C428E

Tints of Fun Blue #1C428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 11.86%
G = 27.97%
B = 60.17%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C428E (or 0x1C428E) is known color: Fun Blue. HEX triplet: 1C, 42 and 8E. RGB value is (28,66,142). Sum of RGB (Red+Green+Blue) = 28+66+142=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C428E is #E3BD71. Grayscale: #3E3E3E. Windows color (decimal): -14925170 or 9323036. OLE color: 9323036.

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

Color convert

RGB 28 66 142 -
CMYK 0.80 0.54 0 0.44
HSL 220º 0.67% 0.33% -
HSV(B) 220º 0.8% 0.56% -
XYZ 7.31 6.1 26.38 -
YUV 63.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 28 66 142 0.80 0.54 0 0.44 220 0.67 0.33
Hex 1C 42 8E 50 36 0 2C DC 43 21
Octal 34 102 216 120 66 0 54 334 103 41
Binary 11100 1000010 10001110 1010000 110110 0 101100 11011100 1000011 100001

Color Harmonies of #1C428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C428E

Black with #1C428E

Text Example


Text Example

White with #1C428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,66,142); }

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

background-color css

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

 a { background-color: rgb(28,66,142); }

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

border-color css

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

 span { border-color: rgb(28,66,142); }

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