Html Css Color HEX #1C229B Egyptian Blue

📋 copy color: '#1C229B'

red 28 ◦ green 34 ◦ blue 155

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

Shades of Egyptian Blue #1C229B

Tints of Egyptian Blue #1C229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 12.9%
G = 15.67%
B = 71.43%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C229B (or 0x1C229B) is known color: Egyptian Blue. HEX triplet: 1C, 22 and 9B. RGB value is (28,34,155). Sum of RGB (Red+Green+Blue) = 28+34+155=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C229B is #E3DD64. Grayscale: #2D2D2D. Windows color (decimal): -14933349 or 10166812. OLE color: 10166812.

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

Color convert

RGB 28 34 155 -
CMYK 0.82 0.78 0 0.39
HSL 237.17º 0.69% 0.36% -
HSV(B) 237.17º 0.82% 0.61% -
XYZ 6.97 3.76 31.37 -
YUV 46 189.51 115.16 -
System Red Green Blue C M Y K H S L
Decimal 28 34 155 0.82 0.78 0 0.39 237.17 0.69 0.36
Hex 1C 22 9B 52 4E 0 27 ED 45 24
Octal 34 42 233 122 116 0 47 355 105 44
Binary 11100 100010 10011011 1010010 1001110 0 100111 11101101 1000101 100100

Color Harmonies of #1C229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C229B

Black with #1C229B

Text Example


Text Example

White with #1C229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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