Html Css Color HEX #1C438D Fun Blue

📋 copy color: '#1C438D'

red 28 ◦ green 67 ◦ blue 141

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

Shades of Fun Blue #1C438D

Tints of Fun Blue #1C438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 11.86%
G = 28.39%
B = 59.75%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C438D (or 0x1C438D) is known color: Fun Blue. HEX triplet: 1C, 43 and 8D. RGB value is (28,67,141). Sum of RGB (Red+Green+Blue) = 28+67+141=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C438D is #E3BC72. Grayscale: #3F3F3F. Windows color (decimal): -14924915 or 9257756. OLE color: 9257756.

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

Color convert

RGB 28 67 141 -
CMYK 0.80 0.52 0 0.45
HSL 219.29º 0.67% 0.33% -
HSV(B) 219.29º 0.8% 0.55% -
XYZ 7.29 6.18 26.01 -
YUV 63.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 28 67 141 0.80 0.52 0 0.45 219.29 0.67 0.33
Hex 1C 43 8D 50 34 0 2D DB 43 21
Octal 34 103 215 120 64 0 55 333 103 41
Binary 11100 1000011 10001101 1010000 110100 0 101101 11011011 1000011 100001

Color Harmonies of #1C438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C438D

Black with #1C438D

Text Example


Text Example

White with #1C438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,141); }

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

background-color css

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

 a { background-color: rgb(28,67,141); }

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

border-color css

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

 span { border-color: rgb(28,67,141); }

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