Html Css Color HEX #0A1ACD Medium Blue

📋 copy color: '#0A1ACD'

red 10 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #0A1ACD

Tints of Medium Blue #0A1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 205 (80.47% from 255) = 85.06%

R = 4.15%
G = 10.79%
B = 85.06%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A1ACD (or 0x0A1ACD) is known color: Medium Blue. HEX triplet: 0A, 1A and CD. RGB value is (10,26,205). Sum of RGB (Red+Green+Blue) = 10+26+205=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A1ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ACD is #F5E532. Grayscale: #282828. Windows color (decimal): -16114995 or 13441546. OLE color: 13441546.

HSL color Cylindrical-coordinate representation of color #0A1ACD: hue angle of 235.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ACD is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 26 205 -
CMYK 0.95 0.87 0 0.20
HSL 235.08º 0.91% 0.42% -
HSV(B) 235.08º 0.95% 0.8% -
XYZ 11.51 5.21 58.16 -
YUV 41.62 220.2 105.45 -
System Red Green Blue C M Y K H S L
Decimal 10 26 205 0.95 0.87 0 0.20 235.08 0.91 0.42
Hex A 1A CD 5F 57 0 14 EB 5B 2A
Octal 12 32 315 137 127 0 24 353 133 52
Binary 1010 11010 11001101 1011111 1010111 0 10100 11101011 1011011 101010

Color Harmonies of #0A1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1ACD

Black with #0A1ACD

Text Example


Text Example

White with #0A1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,205); }

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

background-color css

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

 a { background-color: rgb(10,26,205); }

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

border-color css

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

 span { border-color: rgb(10,26,205); }

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