Html Css Color HEX #0A06CF Medium Blue

📋 copy color: '#0A06CF'

red 10 ◦ green 6 ◦ blue 207

#0A06CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0A06CF

Tints of Medium Blue #0A06CF

RGB

 RED value IS 10 (4.3% 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 value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A06CF (or 0x0A06CF) is known color: 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

RGB 10 6 207 -
CMYK 0.95 0.97 0 0.19
HSL 241.19º 0.94% 0.42% -
HSV(B) 241.19º 0.97% 0.81% -
XYZ 11.45 4.7 59.34 -
YUV 30.11 227.83 113.66 -
System Red Green Blue C M Y K H S L
Decimal 10 6 207 0.95 0.97 0 0.19 241.19 0.94 0.42
Hex A 6 CF 5F 61 0 13 F1 5E 2A
Octal 12 6 317 137 141 0 23 361 136 52
Binary 1010 110 11001111 1011111 1100001 0 10011 11110001 1011110 101010

Color Harmonies of #0A06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A06CF

Black with #0A06CF

Text Example


Text Example

White with #0A06CF

Text Example


Text Example

HTML Codes & Css Web 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>