#0F52BA

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

Shades of Denim #0F52BA

Tints of Denim #0F52BA

Color information

#0F52BA (or 0x0F52BA) is unknown color: approx Denim. HEX triplet: 0F, 52 and BA. RGB value is (15,82,186). Sum of RGB (Red+Green+Blue) = 15+82+186=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F52BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F52BA is #F0AD45. Grayscale: #494949. Windows color (decimal): -15772998 or 12210703. OLE color: 12210703.

HSL color Cylindrical-coordinate representation of color #0F52BA: hue angle of 216.49º 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 #0F52BA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1582186-
CMYK0.920.5600.27
HSL216.49º85.07%39.41%-
HSV(B)216.49º91.94%72.94%-
XYZ12.089.6847.69-
YUV73.82191.386.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=5.30%
G=28.98%
B=65.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15821860.920.5600.27216.4985.0739.41
HexF52BA5C3801Bd85527
Octal171222721347003333012547
Binary11111010010101110101011100111000011011110110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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