#0F5AC2

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

Shades of Denim #0F5AC2

Tints of Denim #0F5AC2

Color information

#0F5AC2 (or 0x0F5AC2) is unknown color: approx Denim. HEX triplet: 0F, 5A and C2. RGB value is (15,90,194). Sum of RGB (Red+Green+Blue) = 15+90+194=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F5AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5AC2 is #F0A53D. Grayscale: #4E4E4E. Windows color (decimal): -15770942 or 12737039. OLE color: 12737039.

HSL color Cylindrical-coordinate representation of color #0F5AC2: hue angle of 214.86º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5AC2 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1590194-
CMYK0.920.5400.24
HSL214.86º85.65%40.98%-
HSV(B)214.86º92.27%76.08%-
XYZ13.5911.3152.51-
YUV79.43192.6582.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 194 (76.17% from 255) = 64.88%
R=5.02%
G=30.10%
B=64.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15901940.920.5400.24214.8685.6540.98
HexF5AC25C36018d75629
Octal171323021346603032712651
Binary11111011010110000101011100110110011000110101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,90,194); }

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

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

 a { background-color: rgb(15,90,194); }

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

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

 span { border-color: rgb(15,90,194); }

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