Html Css Color HEX #0A06D5 Medium Blue

📋 copy color: '#0A06D5'

red 10 ◦ green 6 ◦ blue 213

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

Shades of Medium Blue #0A06D5

Tints of Medium Blue #0A06D5

RGB

 RED value IS 10 (4.3% from 255) = 4.37%

 GREEN value IS 6 (2.73% from 255) = 2.62%

 BLUE value IS 213 (83.59% from 255) = 93.01%

R = 4.37%
G = 2.62%
B = 93.01%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A06D5 (or 0x0A06D5) is known color: Medium Blue. HEX triplet: 0A, 06 and D5. RGB value is (10,6,213). Sum of RGB (Red+Green+Blue) = 10+6+213=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 213 (83.59% from 255 or 93.01% from 229); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A06D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06D5 is #F5F92A. Grayscale: #1D1D1D. Windows color (decimal): -16120107 or 13960714. OLE color: 13960714.

HSL color Cylindrical-coordinate representation of color #0A06D5: hue angle of 241.16º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06D5 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 6 213 -
CMYK 0.95 0.97 0 0.16
HSL 241.16º 0.95% 0.43% -
HSV(B) 241.16º 0.97% 0.84% -
XYZ 12.2 5 63.27 -
YUV 30.79 230.83 113.17 -
System Red Green Blue C M Y K H S L
Decimal 10 6 213 0.95 0.97 0 0.16 241.16 0.95 0.43
Hex A 6 D5 5F 61 0 10 F1 5F 2B
Octal 12 6 325 137 141 0 20 361 137 53
Binary 1010 110 11010101 1011111 1100001 0 10000 11110001 1011111 101011

Color Harmonies of #0A06D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A06D5

Black with #0A06D5

Text Example


Text Example

White with #0A06D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A06D5;
 }
 .AnyTagClassName
 {
   color: #0A06D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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