#0F69AA

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

Shades of Denim #0F69AA

Tints of Denim #0F69AA

Color information

#0F69AA (or 0x0F69AA) is unknown color: approx Denim. HEX triplet: 0F, 69 and AA. RGB value is (15,105,170). Sum of RGB (Red+Green+Blue) = 15+105+170=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F69AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F69AA is #F09655. Grayscale: #555555. Windows color (decimal): -15767126 or 11168015. OLE color: 11168015.

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

Color convert

RGB15105170-
CMYK0.910.3800.33
HSL205.16º83.78%36.27%-
HSV(B)205.16º91.18%66.67%-
XYZ12.513.1139.9-
YUV85.5175.6877.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=5.17%
G=36.21%
B=58.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151051700.910.3800.33205.1683.7836.27
HexF69AA5B26021cd5424
Octal171512521334604131512444
Binary111111010011010101010110111001100100001110011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,170); }

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

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

 a { background-color: rgb(15,105,170); }

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

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

 span { border-color: rgb(15,105,170); }

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