#0a06cf

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

Shades of Medium Blue #0A06CF

Tints of Medium Blue #0A06CF

Color information

#0A06CF (or 0x0A06CF) is unknown color: approx Medium Blue. HEX triplet: 0A, 06 and CF. RGB value is (10,6,207). Sum of RGB (Red+Green+Blue) = 10+6+207=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A06CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06CF is #F5F930. Grayscale: #1D1D1D. Windows color (decimal): -16120113 or 13567498. OLE color: 13567498.

HSL color Cylindrical-coordinate representation of color #0A06CF: hue angle of 241.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06CF is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106207-
CMYK0.950.9700.19
HSL241.19º94.37%41.76%-
HSV(B)241.19º97.1%81.18%-
XYZ11.454.759.33-
YUV30.11227.83113.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 207 (81.25% from 255) = 92.83%
R=4.48%
G=2.69%
B=92.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062070.950.9700.19241.1994.3741.76
HexA6CF5F61013f15e2a
Octal12631713714102336113652
Binary10101101100111110111111100001010011111100011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a06cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,6,207); }

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

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

 a { background-color: rgb(10,6,207); }

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

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

 span { border-color: rgb(10,6,207); }

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