#1B24AA

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

Shades of Egyptian Blue #1B24AA

Tints of Egyptian Blue #1B24AA

Color information

#1B24AA (or 0x1B24AA) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 24 and AA. RGB value is (27,36,170). Sum of RGB (Red+Green+Blue) = 27+36+170=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B24AA is #E4DB55. Grayscale: #303030. Windows color (decimal): -14998358 or 11150363. OLE color: 11150363.

HSL color Cylindrical-coordinate representation of color #1B24AA: hue angle of 236.22º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B24AA is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2736170-
CMYK0.840.7900.33
HSL236.22º72.59%38.63%-
HSV(B)236.22º84.12%66.67%-
XYZ8.344.438.44-
YUV48.58196.52112.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 170 (66.80% from 255) = 72.96%
R=11.59%
G=15.45%
B=72.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27361700.840.7900.33236.2272.5938.63
Hex1B24AA544F021ec4927
Octal334425212411704135411147
Binary1101110010010101010101010010011110100001111011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,170); }

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

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

 a { background-color: rgb(27,36,170); }

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

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

 span { border-color: rgb(27,36,170); }

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