Html Css Color HEX #1C30AD Egyptian Blue

📋 copy color: '#1C30AD'

red 28 ◦ green 48 ◦ blue 173

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

Shades of Egyptian Blue #1C30AD

Tints of Egyptian Blue #1C30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.48%

R = 11.24%
G = 19.28%
B = 69.48%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C30AD (or 0x1C30AD) is known color: Egyptian Blue. HEX triplet: 1C, 30 and AD. RGB value is (28,48,173). Sum of RGB (Red+Green+Blue) = 28+48+173=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C30AD is #E3CF52. Grayscale: #373737. Windows color (decimal): -14929747 or 11350044. OLE color: 11350044.

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

Color convert

RGB 28 48 173 -
CMYK 0.84 0.72 0 0.32
HSL 231.72º 0.72% 0.39% -
HSV(B) 231.72º 0.84% 0.68% -
XYZ 9.08 5.38 40.09 -
YUV 56.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 28 48 173 0.84 0.72 0 0.32 231.72 0.72 0.39
Hex 1C 30 AD 54 48 0 20 E8 48 27
Octal 34 60 255 124 110 0 40 350 110 47
Binary 11100 110000 10101101 1010100 1001000 0 100000 11101000 1001000 100111

Color Harmonies of #1C30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30AD

Black with #1C30AD

Text Example


Text Example

White with #1C30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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