#0B3FAA

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

Shades of Egyptian Blue #0B3FAA

Tints of Egyptian Blue #0B3FAA

Color information

#0B3FAA (or 0x0B3FAA) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 3F and AA. RGB value is (11,63,170). Sum of RGB (Red+Green+Blue) = 11+63+170=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B3FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3FAA is #F4C055. Grayscale: #3B3B3B. Windows color (decimal): -16040022 or 11157259. OLE color: 11157259.

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

Color convert

RGB1163170-
CMYK0.940.6300.33
HSL220.38º87.85%35.49%-
HSV(B)220.38º93.53%66.67%-
XYZ9.176.5338.81-
YUV59.65190.2793.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.51%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 170 (66.80% from 255) = 69.67%
R=4.51%
G=25.82%
B=69.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11631700.940.6300.33220.3887.8535.49
HexB3FAA5E3F021dc5823
Octal13772521367704133413043
Binary10111111111010101010111101111110100001110111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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