Html Css Color HEX #0A0CDD Medium Blue

📋 copy color: '#0A0CDD'

red 10 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #0A0CDD

Tints of Medium Blue #0A0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 221 (86.72% from 255) = 90.95%

R = 4.12%
G = 4.94%
B = 90.95%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A0CDD (or 0x0A0CDD) is known color: Medium Blue. HEX triplet: 0A, 0C and DD. RGB value is (10,12,221). Sum of RGB (Red+Green+Blue) = 10+12+221=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A0CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CDD is #F5F322. Grayscale: #222222. Windows color (decimal): -16118563 or 14486538. OLE color: 14486538.

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

Color convert

RGB 10 12 221 -
CMYK 0.95 0.95 0 0.13
HSL 239.43º 0.91% 0.45% -
HSV(B) 239.43º 0.95% 0.87% -
XYZ 13.31 5.55 68.78 -
YUV 35.23 232.84 110.01 -
System Red Green Blue C M Y K H S L
Decimal 10 12 221 0.95 0.95 0 0.13 239.43 0.91 0.45
Hex A C DD 5F 5F 0 D EF 5B 2D
Octal 12 14 335 137 137 0 15 357 133 55
Binary 1010 1100 11011101 1011111 1011111 0 1101 11101111 1011011 101101

Color Harmonies of #0A0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0CDD

Black with #0A0CDD

Text Example


Text Example

White with #0A0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,12,221); }

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

background-color css

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

 a { background-color: rgb(10,12,221); }

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

border-color css

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

 span { border-color: rgb(10,12,221); }

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