Html Css Color HEX #1C239B Egyptian Blue

📋 copy color: '#1C239B'

red 28 ◦ green 35 ◦ blue 155

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

Shades of Egyptian Blue #1C239B

Tints of Egyptian Blue #1C239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 12.84%
G = 16.06%
B = 71.1%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C239B (or 0x1C239B) is known color: Egyptian Blue. HEX triplet: 1C, 23 and 9B. RGB value is (28,35,155). Sum of RGB (Red+Green+Blue) = 28+35+155=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C239B is #E3DC64. Grayscale: #2E2E2E. Windows color (decimal): -14933093 or 10167068. OLE color: 10167068.

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

Color convert

RGB 28 35 155 -
CMYK 0.82 0.77 0 0.39
HSL 236.69º 0.69% 0.36% -
HSV(B) 236.69º 0.82% 0.61% -
XYZ 7 3.82 31.38 -
YUV 46.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 28 35 155 0.82 0.77 0 0.39 236.69 0.69 0.36
Hex 1C 23 9B 52 4D 0 27 ED 45 24
Octal 34 43 233 122 115 0 47 355 105 44
Binary 11100 100011 10011011 1010010 1001101 0 100111 11101101 1000101 100100

Color Harmonies of #1C239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C239B

Black with #1C239B

Text Example


Text Example

White with #1C239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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