#0A69B1

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

Shades of Denim #0A69B1

Tints of Denim #0A69B1

Color information

#0A69B1 (or 0x0A69B1) is unknown color: approx Denim. HEX triplet: 0A, 69 and B1. RGB value is (10,105,177). Sum of RGB (Red+Green+Blue) = 10+105+177=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A69B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A69B1 is #F5964E. Grayscale: #545454. Windows color (decimal): -16094799 or 11626762. OLE color: 11626762.

HSL color Cylindrical-coordinate representation of color #0A69B1: hue angle of 205.87º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A69B1 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10105177-
CMYK0.940.4100.31
HSL205.87º89.3%36.67%-
HSV(B)205.87º94.35%69.41%-
XYZ13.1113.3443.48-
YUV84.8180.0374.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.42%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=3.42%
G=35.96%
B=60.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101051770.940.4100.31205.8789.336.67
HexA69B15E2901Fce5925
Octal121512611365103731613145
Binary10101101001101100011011110101001011111110011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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