#0F2695

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

Shades of Egyptian Blue #0F2695

Tints of Egyptian Blue #0F2695

Color information

#0F2695 (or 0x0F2695) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 26 and 95. RGB value is (15,38,149). Sum of RGB (Red+Green+Blue) = 15+38+149=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2695 is #F0D96A. Grayscale: #2B2B2B. Windows color (decimal): -15784299 or 9774607. OLE color: 9774607.

HSL color Cylindrical-coordinate representation of color #0F2695: hue angle of 229.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2695 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1538149-
CMYK0.900.7400.42
HSL229.7º81.71%32.16%-
HSV(B)229.7º89.93%58.43%-
XYZ6.313.6628.81-
YUV43.78187.38107.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=7.43%
G=18.81%
B=73.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15381490.900.7400.42229.781.7132.16
HexF26955A4A02Ae65220
Octal174622513211205234612240
Binary111110011010010101101101010010100101010111001101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,149); }

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

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

 a { background-color: rgb(15,38,149); }

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

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

 span { border-color: rgb(15,38,149); }

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