Html Css Color HEX #1C309C Egyptian Blue

📋 copy color: '#1C309C'

red 28 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #1C309C

Tints of Egyptian Blue #1C309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.24%

R = 12.07%
G = 20.69%
B = 67.24%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C309C (or 0x1C309C) is known color: Egyptian Blue. HEX triplet: 1C, 30 and 9C. RGB value is (28,48,156). Sum of RGB (Red+Green+Blue) = 28+48+156=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C309C is #E3CF63. Grayscale: #353535. Windows color (decimal): -14929764 or 10235932. OLE color: 10235932.

HSL color Cylindrical-coordinate representation of color #1C309C: hue angle of 230.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C309C is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 48 156 -
CMYK 0.82 0.69 0 0.39
HSL 230.63º 0.7% 0.36% -
HSV(B) 230.63º 0.82% 0.61% -
XYZ 7.54 4.76 31.97 -
YUV 54.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 28 48 156 0.82 0.69 0 0.39 230.63 0.7 0.36
Hex 1C 30 9C 52 45 0 27 E7 46 24
Octal 34 60 234 122 105 0 47 347 106 44
Binary 11100 110000 10011100 1010010 1000101 0 100111 11100111 1000110 100100

Color Harmonies of #1C309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C309C

Black with #1C309C

Text Example


Text Example

White with #1C309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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