#0F5AB3

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

Shades of Denim #0F5AB3

Tints of Denim #0F5AB3

Color information

#0F5AB3 (or 0x0F5AB3) is unknown color: approx Denim. HEX triplet: 0F, 5A and B3. RGB value is (15,90,179). Sum of RGB (Red+Green+Blue) = 15+90+179=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F5AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5AB3 is #F0A54C. Grayscale: #4D4D4D. Windows color (decimal): -15770957 or 11753999. OLE color: 11753999.

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

Color convert

RGB1590179-
CMYK0.920.5000.30
HSL212.56º84.54%38.04%-
HSV(B)212.56º91.62%70.2%-
XYZ11.9910.6744.08-
YUV77.72185.1583.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 179 (70.31% from 255) = 63.03%
R=5.28%
G=31.69%
B=63.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15901790.920.5000.30212.5684.5438.04
HexF5AB35C3201Ed55526
Octal171322631346203632512546
Binary11111011010101100111011100110010011110110101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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