#0F5ABA

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

Shades of Denim #0F5ABA

Tints of Denim #0F5ABA

Color information

#0F5ABA (or 0x0F5ABA) is unknown color: approx Denim. HEX triplet: 0F, 5A and BA. RGB value is (15,90,186). Sum of RGB (Red+Green+Blue) = 15+90+186=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F5ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ABA is #F0A545. Grayscale: #4E4E4E. Windows color (decimal): -15770950 or 12212751. OLE color: 12212751.

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

Color convert

RGB1590186-
CMYK0.920.5200.27
HSL213.68º85.07%39.41%-
HSV(B)213.68º91.94%72.94%-
XYZ12.7210.9647.9-
YUV78.52188.6582.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=5.15%
G=30.93%
B=63.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15901860.920.5200.27213.6885.0739.41
HexF5ABA5C3401Bd65527
Octal171322721346403332612547
Binary11111011010101110101011100110100011011110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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