Html Css Color HEX #1C42AB Egyptian Blue

📋 copy color: '#1C42AB'

red 28 ◦ green 66 ◦ blue 171

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

Shades of Egyptian Blue #1C42AB

Tints of Egyptian Blue #1C42AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 10.57%
G = 24.91%
B = 64.53%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C42AB (or 0x1C42AB) is known color: Egyptian Blue. HEX triplet: 1C, 42 and AB. RGB value is (28,66,171). Sum of RGB (Red+Green+Blue) = 28+66+171=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C42AB is #E3BD54. Grayscale: #424242. Windows color (decimal): -14925141 or 11223580. OLE color: 11223580.

HSL color Cylindrical-coordinate representation of color #1C42AB: hue angle of 224.06º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C42AB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 66 171 -
CMYK 0.84 0.61 0 0.33
HSL 224.06º 0.72% 0.39% -
HSV(B) 224.06º 0.84% 0.67% -
XYZ 9.78 7.08 39.38 -
YUV 66.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 28 66 171 0.84 0.61 0 0.33 224.06 0.72 0.39
Hex 1C 42 AB 54 3D 0 21 E0 48 27
Octal 34 102 253 124 75 0 41 340 110 47
Binary 11100 1000010 10101011 1010100 111101 0 100001 11100000 1001000 100111

Color Harmonies of #1C42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C42AB

Black with #1C42AB

Text Example


Text Example

White with #1C42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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