#0B3AA1

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

Shades of Egyptian Blue #0B3AA1

Tints of Egyptian Blue #0B3AA1

Color information

#0B3AA1 (or 0x0B3AA1) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 3A and A1. RGB value is (11,58,161). Sum of RGB (Red+Green+Blue) = 11+58+161=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 161 (63.28% from 255 or 70% from 230); Max value from RGB is 161 - color contains mainly: blue. Hex color #0B3AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3AA1 is #F4C55E. Grayscale: #373737. Windows color (decimal): -16041311 or 10566155. OLE color: 10566155.

HSL color Cylindrical-coordinate representation of color #0B3AA1: hue angle of 221.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3AA1 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1158161-
CMYK0.930.6400.37
HSL221.2º87.21%33.73%-
HSV(B)221.2º93.17%63.14%-
XYZ8.085.6734.39-
YUV55.69187.4396.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 161 (63.28% from 255) = 70%
R=4.78%
G=25.22%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11581610.930.6400.37221.287.2133.73
HexB3AA15D40025dd5722
Octal137224113510004533512742
Binary101111101010100001101110110000000100101110111011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,58,161); }

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

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

 a { background-color: rgb(11,58,161); }

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

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

 span { border-color: rgb(11,58,161); }

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