#0B3FAE

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

Shades of Egyptian Blue #0B3FAE

Tints of Egyptian Blue #0B3FAE

Color information

#0B3FAE (or 0x0B3FAE) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 3F and AE. RGB value is (11,63,174). Sum of RGB (Red+Green+Blue) = 11+63+174=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B3FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3FAE is #F4C051. Grayscale: #3B3B3B. Windows color (decimal): -16040018 or 11419403. OLE color: 11419403.

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

Color convert

RGB1163174-
CMYK0.940.6400.32
HSL220.86º88.11%36.27%-
HSV(B)220.86º93.68%68.24%-
XYZ9.566.6840.83-
YUV60.11192.2792.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.44%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=4.44%
G=25.40%
B=70.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11631740.940.6400.32220.8688.1136.27
HexB3FAE5E40020dd5824
Octal137725613610004033513044
Binary101111111110101110101111010000000100000110111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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