#0A69BF

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

Shades of Denim #0A69BF

Tints of Denim #0A69BF

Color information

#0A69BF (or 0x0A69BF) is unknown color: approx Denim. HEX triplet: 0A, 69 and BF. RGB value is (10,105,191). Sum of RGB (Red+Green+Blue) = 10+105+191=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A69BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A69BF is #F59640. Grayscale: #555555. Windows color (decimal): -16094785 or 12544266. OLE color: 12544266.

HSL color Cylindrical-coordinate representation of color #0A69BF: hue angle of 208.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A69BF is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10105191-
CMYK0.950.4500.25
HSL208.51º90.05%39.41%-
HSV(B)208.51º94.76%74.9%-
XYZ14.5813.9351.21-
YUV86.4187.0373.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.27%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 191 (75% from 255) = 62.42%
R=3.27%
G=34.31%
B=62.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101051910.950.4500.25208.5190.0539.41
HexA69BF5F2D019d15a27
Octal121512771375503132113247
Binary10101101001101111111011111101101011001110100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,105,191); }

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

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

 a { background-color: rgb(10,105,191); }

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

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

 span { border-color: rgb(10,105,191); }

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