#0A69BE

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

Shades of Denim #0A69BE

Tints of Denim #0A69BE

Color information

#0A69BE (or 0x0A69BE) is unknown color: approx Denim. HEX triplet: 0A, 69 and BE. RGB value is (10,105,190). Sum of RGB (Red+Green+Blue) = 10+105+190=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A69BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A69BE is #F59641. Grayscale: #555555. Windows color (decimal): -16094786 or 12478730. OLE color: 12478730.

HSL color Cylindrical-coordinate representation of color #0A69BE: hue angle of 208.33º 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 #0A69BE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10105190-
CMYK0.950.4500.25
HSL208.33º90%39.22%-
HSV(B)208.33º94.74%74.51%-
XYZ14.4713.8950.63-
YUV86.28186.5373.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.28%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=3.28%
G=34.43%
B=62.30%

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
Decimal101051900.950.4500.25208.339039.22
HexA69BE5F2D019d05a27
Octal121512761375503132013247
Binary10101101001101111101011111101101011001110100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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