#1B23A4

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

Shades of Egyptian Blue #1B23A4

Tints of Egyptian Blue #1B23A4

Color information

#1B23A4 (or 0x1B23A4) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 23 and A4. RGB value is (27,35,164). Sum of RGB (Red+Green+Blue) = 27+35+164=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B23A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B23A4 is #E4DC5B. Grayscale: #2E2E2E. Windows color (decimal): -14998620 or 10756891. OLE color: 10756891.

HSL color Cylindrical-coordinate representation of color #1B23A4: hue angle of 236.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B23A4 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2735164-
CMYK0.840.7900.36
HSL236.5º71.73%37.45%-
HSV(B)236.5º83.54%64.31%-
XYZ7.754.1235.51-
YUV47.31193.85113.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 164 (64.45% from 255) = 72.57%
R=11.95%
G=15.49%
B=72.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27351640.840.7900.36236.571.7337.45
Hex1B23A4544F024ec4825
Octal334324412411704435411045
Binary1101110001110100100101010010011110100100111011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B23A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,35,164); }

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

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

 a { background-color: rgb(27,35,164); }

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

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

 span { border-color: rgb(27,35,164); }

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