#1B269C

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

Shades of Egyptian Blue #1B269C

Tints of Egyptian Blue #1B269C

Color information

#1B269C (or 0x1B269C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 26 and 9C. RGB value is (27,38,156). Sum of RGB (Red+Green+Blue) = 27+38+156=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B269C is #E4D963. Grayscale: #2F2F2F. Windows color (decimal): -14997860 or 10233371. OLE color: 10233371.

HSL color Cylindrical-coordinate representation of color #1B269C: hue angle of 234.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B269C is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2738156-
CMYK0.830.7600.39
HSL234.88º70.49%35.88%-
HSV(B)234.88º82.69%61.18%-
XYZ7.154.0231.85-
YUV48.16188.86112.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.22%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 156 (61.33% from 255) = 70.59%
R=12.22%
G=17.19%
B=70.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27381560.830.7600.39234.8870.4935.88
Hex1B269C534C027eb4624
Octal334623412311404735310644
Binary1101110011010011100101001110011000100111111010111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,38,156); }

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

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

 a { background-color: rgb(27,38,156); }

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

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

 span { border-color: rgb(27,38,156); }

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