Html Css Color HEX #1C309B Egyptian Blue

📋 copy color: '#1C309B'

red 28 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #1C309B

Tints of Egyptian Blue #1C309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 12.12%
G = 20.78%
B = 67.1%

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

#1C309B (or 0x1C309B) is known color: Egyptian Blue. HEX triplet: 1C, 30 and 9B. RGB value is (28,48,155). Sum of RGB (Red+Green+Blue) = 28+48+155=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C309B is #E3CF64. Grayscale: #353535. Windows color (decimal): -14929765 or 10170396. OLE color: 10170396.

HSL color Cylindrical-coordinate representation of color #1C309B: hue angle of 230.55º degrees, saturation: 0.69, 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 #1C309B is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 48 155 -
CMYK 0.82 0.69 0 0.39
HSL 230.55º 0.69% 0.36% -
HSV(B) 230.55º 0.82% 0.61% -
XYZ 7.45 4.73 31.53 -
YUV 54.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 28 48 155 0.82 0.69 0 0.39 230.55 0.69 0.36
Hex 1C 30 9B 52 45 0 27 E7 45 24
Octal 34 60 233 122 105 0 47 347 105 44
Binary 11100 110000 10011011 1010010 1000101 0 100111 11100111 1000101 100100

Color Harmonies of #1C309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C309B

Black with #1C309B

Text Example


Text Example

White with #1C309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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