#0B27AA

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

Shades of Egyptian Blue #0B27AA

Tints of Egyptian Blue #0B27AA

Color information

#0B27AA (or 0x0B27AA) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 27 and AA. RGB value is (11,39,170). Sum of RGB (Red+Green+Blue) = 11+39+170=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B27AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B27AA is #F4D855. Grayscale: #2D2D2D. Windows color (decimal): -16046166 or 11151115. OLE color: 11151115.

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

Color convert

RGB1139170-
CMYK0.940.7700.33
HSL229.43º87.85%35.49%-
HSV(B)229.43º93.53%66.67%-
XYZ8.124.4238.46-
YUV45.56198.22103.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 170 (66.80% from 255) = 77.27%
R=5%
G=17.73%
B=77.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11391700.940.7700.33229.4387.8535.49
HexB27AA5E4D021e55823
Octal134725213611504134513043
Binary101110011110101010101111010011010100001111001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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