#1B229C

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

Shades of Egyptian Blue #1B229C

Tints of Egyptian Blue #1B229C

Color information

#1B229C (or 0x1B229C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 22 and 9C. RGB value is (27,34,156). Sum of RGB (Red+Green+Blue) = 27+34+156=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B229C is #E4DD63. Grayscale: #2D2D2D. Windows color (decimal): -14998884 or 10232347. OLE color: 10232347.

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

Color convert

RGB2734156-
CMYK0.830.7800.39
HSL236.74º70.49%35.88%-
HSV(B)236.74º82.69%61.18%-
XYZ7.023.7831.81-
YUV45.82190.18114.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.44%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 156 (61.33% from 255) = 71.89%
R=12.44%
G=15.67%
B=71.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27341560.830.7800.39236.7470.4935.88
Hex1B229C534E027ed4624
Octal334223412311604735510644
Binary1101110001010011100101001110011100100111111011011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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