#0F65A4

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

Shades of Denim #0F65A4

Tints of Denim #0F65A4

Color information

#0F65A4 (or 0x0F65A4) is unknown color: approx Denim. HEX triplet: 0F, 65 and A4. RGB value is (15,101,164). Sum of RGB (Red+Green+Blue) = 15+101+164=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F65A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F65A4 is #F09A5B. Grayscale: #525252. Windows color (decimal): -15768156 or 10773775. OLE color: 10773775.

HSL color Cylindrical-coordinate representation of color #0F65A4: hue angle of 205.37º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F65A4 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15101164-
CMYK0.910.3800.36
HSL205.37º83.24%35.1%-
HSV(B)205.37º90.85%64.31%-
XYZ11.5512.0936.85-
YUV82.47174.0179.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.36%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 164 (64.45% from 255) = 58.57%
R=5.36%
G=36.07%
B=58.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151011640.910.3800.36205.3783.2435.1
HexF65A45B26024cd5323
Octal171452441334604431512343
Binary111111001011010010010110111001100100100110011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F65A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,101,164); }

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

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

 a { background-color: rgb(15,101,164); }

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

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

 span { border-color: rgb(15,101,164); }

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