#0F30AA

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

Shades of Egyptian Blue #0F30AA

Tints of Egyptian Blue #0F30AA

Color information

#0F30AA (or 0x0F30AA) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 30 and AA. RGB value is (15,48,170). Sum of RGB (Red+Green+Blue) = 15+48+170=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F30AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F30AA is #F0CF55. Grayscale: #333333. Windows color (decimal): -15781718 or 11153423. OLE color: 11153423.

HSL color Cylindrical-coordinate representation of color #0F30AA: hue angle of 227.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F30AA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1548170-
CMYK0.910.7200.33
HSL227.23º83.78%36.27%-
HSV(B)227.23º91.18%66.67%-
XYZ8.515.1238.57-
YUV52.04194.57101.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 170 (66.80% from 255) = 72.96%
R=6.44%
G=20.60%
B=72.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15481700.910.7200.33227.2383.7836.27
HexF30AA5B48021e35424
Octal176025213311004134312444
Binary111111000010101010101101110010000100001111000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,170); }

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

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

 a { background-color: rgb(15,48,170); }

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

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

 span { border-color: rgb(15,48,170); }

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