Html Css Color HEX #0A06CE Medium Blue

📋 copy color: '#0A06CE'

red 10 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #0A06CE

Tints of Medium Blue #0A06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 92.79%

R = 4.5%
G = 2.7%
B = 92.79%

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

#0A06CE (or 0x0A06CE) is known color: Medium Blue. HEX triplet: 0A, 06 and CE. RGB value is (10,6,206). Sum of RGB (Red+Green+Blue) = 10+6+206=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A06CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06CE is #F5F931. Grayscale: #1D1D1D. Windows color (decimal): -16120114 or 13501962. OLE color: 13501962.

HSL color Cylindrical-coordinate representation of color #0A06CE: hue angle of 241.2º 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 #0A06CE is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 6 206 -
CMYK 0.95 0.97 0 0.19
HSL 241.2º 0.94% 0.42% -
HSV(B) 241.2º 0.97% 0.81% -
XYZ 11.33 4.65 58.69 -
YUV 30 227.33 113.74 -
System Red Green Blue C M Y K H S L
Decimal 10 6 206 0.95 0.97 0 0.19 241.2 0.94 0.42
Hex A 6 CE 5F 61 0 13 F1 5E 2A
Octal 12 6 316 137 141 0 23 361 136 52
Binary 1010 110 11001110 1011111 1100001 0 10011 11110001 1011110 101010

Color Harmonies of #0A06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A06CE

Black with #0A06CE

Text Example


Text Example

White with #0A06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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