Html Css Color HEX #1C308A Egyptian Blue

📋 copy color: '#1C308A'

red 28 ◦ green 48 ◦ blue 138

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

Shades of Egyptian Blue #1C308A

Tints of Egyptian Blue #1C308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.49%

R = 13.08%
G = 22.43%
B = 64.49%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C308A (or 0x1C308A) is known color: Egyptian Blue. HEX triplet: 1C, 30 and 8A. RGB value is (28,48,138). Sum of RGB (Red+Green+Blue) = 28+48+138=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C308A is #E3CF75. Grayscale: #333333. Windows color (decimal): -14929782 or 9056284. OLE color: 9056284.

HSL color Cylindrical-coordinate representation of color #1C308A: hue angle of 229.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C308A is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 48 138 -
CMYK 0.80 0.65 0 0.46
HSL 229.09º 0.66% 0.33% -
HSV(B) 229.09º 0.8% 0.54% -
XYZ 6.12 4.2 24.53 -
YUV 52.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 28 48 138 0.80 0.65 0 0.46 229.09 0.66 0.33
Hex 1C 30 8A 50 41 0 2E E5 42 21
Octal 34 60 212 120 101 0 56 345 102 41
Binary 11100 110000 10001010 1010000 1000001 0 101110 11100101 1000010 100001

Color Harmonies of #1C308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C308A

Black with #1C308A

Text Example


Text Example

White with #1C308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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