Html Css Color HEX #1C2B8F Egyptian Blue

📋 copy color: '#1C2B8F'

red 28 ◦ green 43 ◦ blue 143

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

Shades of Egyptian Blue #1C2B8F

Tints of Egyptian Blue #1C2B8F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

 BLUE value IS 143 (56.25% from 255) = 66.82%

R = 13.08%
G = 20.09%
B = 66.82%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C2B8F (or 0x1C2B8F) is known color: Egyptian Blue. HEX triplet: 1C, 2B and 8F. RGB value is (28,43,143). Sum of RGB (Red+Green+Blue) = 28+43+143=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C2B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2B8F is #E3D470. Grayscale: #313131. Windows color (decimal): -14931057 or 9382684. OLE color: 9382684.

HSL color Cylindrical-coordinate representation of color #1C2B8F: hue angle of 232.17º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C2B8F is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 43 143 -
CMYK 0.80 0.70 0 0.44
HSL 232.17º 0.67% 0.34% -
HSV(B) 232.17º 0.8% 0.56% -
XYZ 6.3 3.96 26.42 -
YUV 49.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 28 43 143 0.80 0.70 0 0.44 232.17 0.67 0.34
Hex 1C 2B 8F 50 46 0 2C E8 43 22
Octal 34 53 217 120 106 0 54 350 103 42
Binary 11100 101011 10001111 1010000 1000110 0 101100 11101000 1000011 100010

Color Harmonies of #1C2B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2B8F

Black with #1C2B8F

Text Example


Text Example

White with #1C2B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,43,143); }

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

background-color css

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

 a { background-color: rgb(28,43,143); }

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

border-color css

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

 span { border-color: rgb(28,43,143); }

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