#0B25AB

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

Shades of Egyptian Blue #0B25AB

Tints of Egyptian Blue #0B25AB

Color information

#0B25AB (or 0x0B25AB) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 25 and AB. RGB value is (11,37,171). Sum of RGB (Red+Green+Blue) = 11+37+171=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B25AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B25AB is #F4DA54. Grayscale: #2B2B2B. Windows color (decimal): -16046677 or 11216139. OLE color: 11216139.

HSL color Cylindrical-coordinate representation of color #0B25AB: hue angle of 230.25º 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 #0B25AB is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1137171-
CMYK0.940.7800.33
HSL230.25º87.91%35.69%-
HSV(B)230.25º93.57%67.06%-
XYZ8.154.3338.94-
YUV44.5199.39104.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=5.02%
G=16.89%
B=78.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11371710.940.7800.33230.2587.9135.69
HexB25AB5E4E021e65824
Octal134525313611604134613044
Binary101110010110101011101111010011100100001111001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,171); }

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

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

 a { background-color: rgb(11,37,171); }

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

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

 span { border-color: rgb(11,37,171); }

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