#1B3FAC

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

Shades of Egyptian Blue #1B3FAC

Tints of Egyptian Blue #1B3FAC

Color information

#1B3FAC (or 0x1B3FAC) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 3F and AC. RGB value is (27,63,172). Sum of RGB (Red+Green+Blue) = 27+63+172=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3FAC is #E4C053. Grayscale: #404040. Windows color (decimal): -14991444 or 11288347. OLE color: 11288347.

HSL color Cylindrical-coordinate representation of color #1B3FAC: hue angle of 225.1º 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 #1B3FAC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2763172-
CMYK0.840.6300.33
HSL225.1º72.86%39.02%-
HSV(B)225.1º84.3%67.45%-
XYZ9.686.7739.83-
YUV64.66188.57101.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.31%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 172 (67.58% from 255) = 65.65%
R=10.31%
G=24.05%
B=65.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27631720.840.6300.33225.172.8639.02
Hex1B3FAC543F021e14927
Octal33772541247704134111147
Binary110111111111010110010101001111110100001111000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,172); }

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

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

 a { background-color: rgb(27,63,172); }

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

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

 span { border-color: rgb(27,63,172); }

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