#0B38AE

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

Shades of Egyptian Blue #0B38AE

Tints of Egyptian Blue #0B38AE

Color information

#0B38AE (or 0x0B38AE) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 38 and AE. RGB value is (11,56,174). Sum of RGB (Red+Green+Blue) = 11+56+174=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B38AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B38AE is #F4C751. Grayscale: #373737. Windows color (decimal): -16041810 or 11417611. OLE color: 11417611.

HSL color Cylindrical-coordinate representation of color #0B38AE: hue angle of 223.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B38AE is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1156174-
CMYK0.940.6800.32
HSL223.44º88.11%36.27%-
HSV(B)223.44º93.68%68.24%-
XYZ9.195.9640.71-
YUV56194.5995.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=4.56%
G=23.24%
B=72.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11561740.940.6800.32223.4488.1136.27
HexB38AE5E44020df5824
Octal137025613610404033713044
Binary101111100010101110101111010001000100000110111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,174); }

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

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

 a { background-color: rgb(11,56,174); }

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

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

 span { border-color: rgb(11,56,174); }

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