Html Css Color HEX #0A05CE Medium Blue

📋 copy color: '#0A05CE'

red 10 ◦ green 5 ◦ blue 206

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

Shades of Medium Blue #0A05CE

Tints of Medium Blue #0A05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 4.52%
G = 2.26%
B = 93.21%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A05CE (or 0x0A05CE) is known color: Medium Blue. HEX triplet: 0A, 05 and CE. RGB value is (10,5,206). Sum of RGB (Red+Green+Blue) = 10+5+206=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 206 (80.86% from 255 or 93.21% from 221); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A05CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A05CE is #F5FA31. Grayscale: #1C1C1C. Windows color (decimal): -16120370 or 13501706. OLE color: 13501706.

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

Color convert

RGB 10 5 206 -
CMYK 0.95 0.98 0 0.19
HSL 241.49º 0.95% 0.41% -
HSV(B) 241.49º 0.98% 0.81% -
XYZ 11.32 4.63 58.69 -
YUV 29.41 227.66 114.16 -
System Red Green Blue C M Y K H S L
Decimal 10 5 206 0.95 0.98 0 0.19 241.49 0.95 0.41
Hex A 5 CE 5F 62 0 13 F1 5F 29
Octal 12 5 316 137 142 0 23 361 137 51
Binary 1010 101 11001110 1011111 1100010 0 10011 11110001 1011111 101001

Color Harmonies of #0A05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A05CE

Black with #0A05CE

Text Example


Text Example

White with #0A05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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