Html Css Color HEX #1C30AB Egyptian Blue

📋 copy color: '#1C30AB'

red 28 ◦ green 48 ◦ blue 171

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

Shades of Egyptian Blue #1C30AB

Tints of Egyptian Blue #1C30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 11.34%
G = 19.43%
B = 69.23%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C30AB (or 0x1C30AB) is known color: Egyptian Blue. HEX triplet: 1C, 30 and AB. RGB value is (28,48,171). Sum of RGB (Red+Green+Blue) = 28+48+171=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C30AB is #E3CF54. Grayscale: #373737. Windows color (decimal): -14929749 or 11218972. OLE color: 11218972.

HSL color Cylindrical-coordinate representation of color #1C30AB: hue angle of 231.61º 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 #1C30AB is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 48 171 -
CMYK 0.84 0.72 0 0.33
HSL 231.61º 0.72% 0.39% -
HSV(B) 231.61º 0.84% 0.67% -
XYZ 8.89 5.3 39.08 -
YUV 56.04 192.87 108 -
System Red Green Blue C M Y K H S L
Decimal 28 48 171 0.84 0.72 0 0.33 231.61 0.72 0.39
Hex 1C 30 AB 54 48 0 21 E8 48 27
Octal 34 60 253 124 110 0 41 350 110 47
Binary 11100 110000 10101011 1010100 1001000 0 100001 11101000 1001000 100111

Color Harmonies of #1C30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30AB

Black with #1C30AB

Text Example


Text Example

White with #1C30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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