#0F27AF

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

Shades of Egyptian Blue #0F27AF

Tints of Egyptian Blue #0F27AF

Color information

#0F27AF (or 0x0F27AF) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 27 and AF. RGB value is (15,39,175). Sum of RGB (Red+Green+Blue) = 15+39+175=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F27AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F27AF is #F0D850. Grayscale: #2E2E2E. Windows color (decimal): -15784017 or 11478799. OLE color: 11478799.

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

Color convert

RGB1539175-
CMYK0.910.7800.31
HSL231º84.21%37.25%-
HSV(B)231º91.43%68.63%-
XYZ8.664.6541-
YUV47.33200.05104.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 175 (68.75% from 255) = 76.42%
R=6.55%
G=17.03%
B=76.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15391750.910.7800.3123184.2137.25
HexF27AF5B4E01Fe75425
Octal174725713311603734712445
Binary11111001111010111110110111001110011111111001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,175); }

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

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

 a { background-color: rgb(15,39,175); }

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

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

 span { border-color: rgb(15,39,175); }

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