#0B27A1

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

Shades of Egyptian Blue #0B27A1

Tints of Egyptian Blue #0B27A1

Color information

#0B27A1 (or 0x0B27A1) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 27 and A1. RGB value is (11,39,161). Sum of RGB (Red+Green+Blue) = 11+39+161=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #0B27A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B27A1 is #F4D85E. Grayscale: #2C2C2C. Windows color (decimal): -16046175 or 10561291. OLE color: 10561291.

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

Color convert

RGB1139161-
CMYK0.930.7600.37
HSL228.8º87.21%33.73%-
HSV(B)228.8º93.17%63.14%-
XYZ7.34.134.12-
YUV44.54193.72104.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=5.21%
G=18.48%
B=76.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11391610.930.7600.37228.887.2133.73
HexB27A15D4C025e55722
Octal134724113511404534512742
Binary101110011110100001101110110011000100101111001011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B27A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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