#1B35A7

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

Shades of Egyptian Blue #1B35A7

Tints of Egyptian Blue #1B35A7

Color information

#1B35A7 (or 0x1B35A7) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 35 and A7. RGB value is (27,53,167). Sum of RGB (Red+Green+Blue) = 27+53+167=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B35A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B35A7 is #E4CA58. Grayscale: #393939. Windows color (decimal): -14994009 or 10958107. OLE color: 10958107.

HSL color Cylindrical-coordinate representation of color #1B35A7: hue angle of 228.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B35A7 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2753167-
CMYK0.840.6800.35
HSL228.86º72.16%38.04%-
HSV(B)228.86º83.83%65.49%-
XYZ8.75.5737.18-
YUV58.22189.39105.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 167 (65.62% from 255) = 67.61%
R=10.93%
G=21.46%
B=67.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27531670.840.6800.35228.8672.1638.04
Hex1B35A75444023e54826
Octal336524712410404334511046
Binary1101111010110100111101010010001000100011111001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B35A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,167); }

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

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

 a { background-color: rgb(27,53,167); }

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

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

 span { border-color: rgb(27,53,167); }

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