#0F35AB

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

Shades of Egyptian Blue #0F35AB

Tints of Egyptian Blue #0F35AB

Color information

#0F35AB (or 0x0F35AB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 35 and AB. RGB value is (15,53,171). Sum of RGB (Red+Green+Blue) = 15+53+171=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F35AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F35AB is #F0CA54. Grayscale: #363636. Windows color (decimal): -15780437 or 11220239. OLE color: 11220239.

HSL color Cylindrical-coordinate representation of color #0F35AB: hue angle of 225.38º 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 #0F35AB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1553171-
CMYK0.910.6900.33
HSL225.38º83.87%36.47%-
HSV(B)225.38º91.23%67.06%-
XYZ8.825.5939.14-
YUV55.09193.4199.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 171 (67.19% from 255) = 71.55%
R=6.28%
G=22.18%
B=71.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15531710.910.6900.33225.3883.8736.47
HexF35AB5B45021e15424
Octal176525313310504134112444
Binary111111010110101011101101110001010100001111000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,171); }

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

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

 a { background-color: rgb(15,53,171); }

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

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

 span { border-color: rgb(15,53,171); }

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