#0B2DA1

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

Shades of Egyptian Blue #0B2DA1

Tints of Egyptian Blue #0B2DA1

Color information

#0B2DA1 (or 0x0B2DA1) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 2D and A1. RGB value is (11,45,161). Sum of RGB (Red+Green+Blue) = 11+45+161=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 161 (63.28% from 255 or 74.19% from 217); Max value from RGB is 161 - color contains mainly: blue. Hex color #0B2DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2DA1 is #F4D25E. Grayscale: #2F2F2F. Windows color (decimal): -16044639 or 10562827. OLE color: 10562827.

HSL color Cylindrical-coordinate representation of color #0B2DA1: hue angle of 226.4º 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 #0B2DA1 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1145161-
CMYK0.930.7200.37
HSL226.4º87.21%33.73%-
HSV(B)226.4º93.17%63.14%-
XYZ7.514.5234.2-
YUV48.06191.74101.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 45 (17.97% from 255) = 20.74%
BLUE value IS 161 (63.28% from 255) = 74.19%
R=5.07%
G=20.74%
B=74.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11451610.930.7200.37226.487.2133.73
HexB2DA15D48025e25722
Octal135524113511004534212742
Binary101110110110100001101110110010000100101111000101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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