#0F73BA

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

Shades of Denim #0F73BA

Tints of Denim #0F73BA

Color information

#0F73BA (or 0x0F73BA) is unknown color: approx Denim. HEX triplet: 0F, 73 and BA. RGB value is (15,115,186). Sum of RGB (Red+Green+Blue) = 15+115+186=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F73BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F73BA is #F08C45. Grayscale: #5C5C5C. Windows color (decimal): -15764550 or 12219151. OLE color: 12219151.

HSL color Cylindrical-coordinate representation of color #0F73BA: hue angle of 204.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F73BA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15115186-
CMYK0.920.3800.27
HSL204.91º85.07%39.41%-
HSV(B)204.91º91.94%72.94%-
XYZ15.1915.9148.72-
YUV93.19180.3772.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.75%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=4.75%
G=36.39%
B=58.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151151860.920.3800.27204.9185.0739.41
HexF73BA5C2601Bcd5527
Octal171632721344603331512547
Binary11111110011101110101011100100110011011110011011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,186); }

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

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

 a { background-color: rgb(15,115,186); }

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

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

 span { border-color: rgb(15,115,186); }

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