#18278B

Color #18278B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #18278B

Tints of Egyptian Blue #18278B

Color information

#18278B (or 0x18278B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 27 and 8B. RGB value is (24,39,139). Sum of RGB (Red+Green+Blue) = 24+39+139=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #18278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18278B is #E7D874. Grayscale: #2D2D2D. Windows color (decimal): -15194229 or 9119512. OLE color: 9119512.

HSL color Cylindrical-coordinate representation of color #18278B: hue angle of 232.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18278B is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2439139-
CMYK0.830.7200.45
HSL232.17º70.55%31.96%-
HSV(B)232.17º82.73%54.51%-
XYZ5.763.5124.8-
YUV45.91180.53112.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 139 (54.69% from 255) = 68.81%
R=11.88%
G=19.31%
B=68.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24391390.830.7200.45232.1770.5531.96
Hex18278B534802De84720
Octal304721312311005535010740
Binary1100010011110001011101001110010000101101111010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18278B; }

 p { color: rgb(24,39,139); }

 H1.HeaderClassName
 {
   color: #18278B;
 }
 .AnyTagClassName
 {
   color: #18278B;
 }
</style>
background-color css

<style>
 a { background-color: #18278B; }

 a { background-color: rgb(24,39,139); }

 div.DivClassName
 {
   background-color: #18278B;
 }
 .BgClassName
 {
   background-color: #18278B;
 }
</style>
border-color css

<style>
 span { border-color: #18278B; }

 span { border-color: rgb(24,39,139); }

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