#0F41B3

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

Shades of Egyptian Blue #0F41B3

Tints of Egyptian Blue #0F41B3

Color information

#0F41B3 (or 0x0F41B3) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 41 and B3. RGB value is (15,65,179). Sum of RGB (Red+Green+Blue) = 15+65+179=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F41B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F41B3 is #F0BE4C. Grayscale: #3E3E3E. Windows color (decimal): -15777357 or 11747599. OLE color: 11747599.

HSL color Cylindrical-coordinate representation of color #0F41B3: hue angle of 221.71º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F41B3 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1565179-
CMYK0.920.6400.30
HSL221.71º84.54%38.04%-
HSV(B)221.71º91.62%70.2%-
XYZ10.227.1443.49-
YUV63.05193.4493.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 179 (70.31% from 255) = 69.11%
R=5.79%
G=25.10%
B=69.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15651790.920.6400.30221.7184.5438.04
HexF41B35C4001Ede5526
Octal1710126313410003633612546
Binary111110000011011001110111001000000011110110111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F41B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,179); }

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

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

 a { background-color: rgb(15,65,179); }

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

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

 span { border-color: rgb(15,65,179); }

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