#0A68BA

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

Shades of Denim #0A68BA

Tints of Denim #0A68BA

Color information

#0A68BA (or 0x0A68BA) is unknown color: approx Denim. HEX triplet: 0A, 68 and BA. RGB value is (10,104,186). Sum of RGB (Red+Green+Blue) = 10+104+186=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A68BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A68BA is #F59745. Grayscale: #545454. Windows color (decimal): -16095046 or 12216330. OLE color: 12216330.

HSL color Cylindrical-coordinate representation of color #0A68BA: hue angle of 207.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A68BA is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10104186-
CMYK0.950.4400.27
HSL207.95º89.8%38.43%-
HSV(B)207.95º94.62%72.94%-
XYZ13.9413.5148.33-
YUV85.24184.8674.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 186 (73.05% from 255) = 62%
R=3.33%
G=34.67%
B=62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101041860.950.4400.27207.9589.838.43
HexA68BA5F2C01Bd05a26
Octal121502721375403332013246
Binary10101101000101110101011111101100011011110100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,186); }

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

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

 a { background-color: rgb(10,104,186); }

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

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

 span { border-color: rgb(10,104,186); }

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