Html Css Color HEX #010CCD Medium Blue

📋 copy color: '#010CCD'

red 1 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #010CCD

Tints of Medium Blue #010CCD

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

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

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

R = 0.46%
G = 5.5%
B = 94.04%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#010CCD (or 0x010CCD) is known color: Medium Blue. HEX triplet: 01, 0C and CD. RGB value is (1,12,205). Sum of RGB (Red+Green+Blue) = 1+12+205=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 205 (80.47% from 255 or 94.04% from 218); Max value from RGB is 205 - color contains mainly: blue. Hex color #010CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CCD is #FEF332. Grayscale: #1D1D1D. Windows color (decimal): -16708403 or 13437953. OLE color: 13437953.

HSL color Cylindrical-coordinate representation of color #010CCD: hue angle of 236.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CCD is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 12 205 -
CMYK 1.00 0.94 0 0.20
HSL 236.76º 0.99% 0.4% -
HSV(B) 236.76º 1% 0.8% -
XYZ 11.16 4.68 58.07 -
YUV 30.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 1 12 205 1.00 0.94 0 0.20 236.76 0.99 0.4
Hex 1 C CD 64 5E 0 14 ED 63 28
Octal 1 14 315 144 136 0 24 355 143 50
Binary 1 1100 11001101 1100100 1011110 0 10100 11101101 1100011 101000

Color Harmonies of #010CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CCD

Black with #010CCD

Text Example


Text Example

White with #010CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010CCD; }

 p { color: rgb(1,12,205); }

 H1.HeaderClassName
 {
   color: #010CCD;
 }
 .AnyTagClassName
 {
   color: #010CCD;
 }
</style>

background-color css

<style>
 a { background-color: #010CCD; }

 a { background-color: rgb(1,12,205); }

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

border-color css

<style>
 span { border-color: #010CCD; }

 span { border-color: rgb(1,12,205); }

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