#0B38AF

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

Shades of Egyptian Blue #0B38AF

Tints of Egyptian Blue #0B38AF

Color information

#0B38AF (or 0x0B38AF) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 38 and AF. RGB value is (11,56,175). Sum of RGB (Red+Green+Blue) = 11+56+175=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B38AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B38AF is #F4C750. Grayscale: #373737. Windows color (decimal): -16041809 or 11483147. OLE color: 11483147.

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

Color convert

RGB1156175-
CMYK0.940.6800.31
HSL223.54º88.17%36.47%-
HSV(B)223.54º93.71%68.63%-
XYZ9.295.9941.22-
YUV56.11195.0995.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 175 (68.75% from 255) = 72.31%
R=4.55%
G=23.14%
B=72.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11561750.940.6800.31223.5488.1736.47
HexB38AF5E4401Fe05824
Octal137025713610403734013044
Binary10111110001010111110111101000100011111111000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B38AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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