#0B2FAC

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

Shades of Egyptian Blue #0B2FAC

Tints of Egyptian Blue #0B2FAC

Color information

#0B2FAC (or 0x0B2FAC) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 2F and AC. RGB value is (11,47,172). Sum of RGB (Red+Green+Blue) = 11+47+172=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B2FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2FAC is #F4D053. Grayscale: #313131. Windows color (decimal): -16044116 or 11284235. OLE color: 11284235.

HSL color Cylindrical-coordinate representation of color #0B2FAC: hue angle of 226.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2FAC is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1147172-
CMYK0.940.7300.33
HSL226.58º87.98%35.88%-
HSV(B)226.58º93.6%67.45%-
XYZ8.65.0839.56-
YUV50.49196.5799.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 172 (67.58% from 255) = 74.78%
R=4.78%
G=20.43%
B=74.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11471720.940.7300.33226.5887.9835.88
HexB2FAC5E49021e35824
Octal135725413611104134313044
Binary101110111110101100101111010010010100001111000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B2FAC; }

 p { color: rgb(11,47,172); }

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

<style>
 a { background-color: #0B2FAC; }

 a { background-color: rgb(11,47,172); }

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

<style>
 span { border-color: #0B2FAC; }

 span { border-color: rgb(11,47,172); }

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