#0F29B1

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

Shades of Egyptian Blue #0F29B1

Tints of Egyptian Blue #0F29B1

Color information

#0F29B1 (or 0x0F29B1) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 29 and B1. RGB value is (15,41,177). Sum of RGB (Red+Green+Blue) = 15+41+177=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 177 (69.53% from 255 or 75.97% from 233); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F29B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29B1 is #F0D64E. Grayscale: #303030. Windows color (decimal): -15783503 or 11610383. OLE color: 11610383.

HSL color Cylindrical-coordinate representation of color #0F29B1: hue angle of 230.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F29B1 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1541177-
CMYK0.920.7700.31
HSL230.37º84.38%37.65%-
HSV(B)230.37º91.53%69.41%-
XYZ8.934.8642.06-
YUV48.73200.39103.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 177 (69.53% from 255) = 75.97%
R=6.44%
G=17.60%
B=75.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15411770.920.7700.31230.3784.3837.65
HexF29B15C4D01Fe65426
Octal175126113411503734612446
Binary11111010011011000110111001001101011111111001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,41,177); }

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

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

 a { background-color: rgb(15,41,177); }

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

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

 span { border-color: rgb(15,41,177); }

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