Html Css Color HEX #0A1CDD Medium Blue

📋 copy color: '#0A1CDD'

red 10 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #0A1CDD

Tints of Medium Blue #0A1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

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

R = 3.86%
G = 10.81%
B = 85.33%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A1CDD (or 0x0A1CDD) is known color: Medium Blue. HEX triplet: 0A, 1C and DD. RGB value is (10,28,221). Sum of RGB (Red+Green+Blue) = 10+28+221=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A1CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CDD is #F5E322. Grayscale: #2B2B2B. Windows color (decimal): -16114467 or 14490634. OLE color: 14490634.

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

Color convert

RGB 10 28 221 -
CMYK 0.95 0.87 0 0.13
HSL 234.88º 0.91% 0.45% -
HSV(B) 234.88º 0.95% 0.87% -
XYZ 13.59 6.12 68.87 -
YUV 44.62 227.54 103.31 -
System Red Green Blue C M Y K H S L
Decimal 10 28 221 0.95 0.87 0 0.13 234.88 0.91 0.45
Hex A 1C DD 5F 57 0 D EB 5B 2D
Octal 12 34 335 137 127 0 15 353 133 55
Binary 1010 11100 11011101 1011111 1010111 0 1101 11101011 1011011 101101

Color Harmonies of #0A1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1CDD

Black with #0A1CDD

Text Example


Text Example

White with #0A1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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