#0B30AF

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

Shades of Egyptian Blue #0B30AF

Tints of Egyptian Blue #0B30AF

Color information

#0B30AF (or 0x0B30AF) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 30 and AF. RGB value is (11,48,175). Sum of RGB (Red+Green+Blue) = 11+48+175=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B30AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B30AF is #F4CF50. Grayscale: #323232. Windows color (decimal): -16043857 or 11481099. OLE color: 11481099.

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

Color convert

RGB1148175-
CMYK0.940.7300.31
HSL226.46º88.17%36.47%-
HSV(B)226.46º93.71%68.63%-
XYZ8.935.2841.11-
YUV51.41197.7499.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 175 (68.75% from 255) = 74.79%
R=4.70%
G=20.51%
B=74.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11481750.940.7300.31226.4688.1736.47
HexB30AF5E4901Fe25824
Octal136025713611103734213044
Binary10111100001010111110111101001001011111111000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B30AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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