Html Css Color HEX #1C229F Egyptian Blue

📋 copy color: '#1C229F'

red 28 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #1C229F

Tints of Egyptian Blue #1C229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.95%

R = 12.67%
G = 15.38%
B = 71.95%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C229F (or 0x1C229F) is known color: Egyptian Blue. HEX triplet: 1C, 22 and 9F. RGB value is (28,34,159). Sum of RGB (Red+Green+Blue) = 28+34+159=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C229F is #E3DD60. Grayscale: #2D2D2D. Windows color (decimal): -14933345 or 10428956. OLE color: 10428956.

HSL color Cylindrical-coordinate representation of color #1C229F: hue angle of 237.25º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C229F is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 34 159 -
CMYK 0.82 0.79 0 0.38
HSL 237.25º 0.7% 0.37% -
HSV(B) 237.25º 0.82% 0.62% -
XYZ 7.31 3.89 33.17 -
YUV 46.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 28 34 159 0.82 0.79 0 0.38 237.25 0.7 0.37
Hex 1C 22 9F 52 4F 0 26 ED 46 25
Octal 34 42 237 122 117 0 46 355 106 45
Binary 11100 100010 10011111 1010010 1001111 0 100110 11101101 1000110 100101

Color Harmonies of #1C229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C229F

Black with #1C229F

Text Example


Text Example

White with #1C229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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