Html Css Color HEX #010DCC Medium Blue

📋 copy color: '#010DCC'

red 1 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #010DCC

Tints of Medium Blue #010DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 204 (80.08% from 255) = 93.58%

R = 0.46%
G = 5.96%
B = 93.58%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#010DCC (or 0x010DCC) is known color: Medium Blue. HEX triplet: 01, 0D and CC. RGB value is (1,13,204). Sum of RGB (Red+Green+Blue) = 1+13+204=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #010DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DCC is #FEF233. Grayscale: #1E1E1E. Windows color (decimal): -16708148 or 13372673. OLE color: 13372673.

HSL color Cylindrical-coordinate representation of color #010DCC: hue angle of 236.45º 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 #010DCC is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 13 204 -
CMYK 1.00 0.94 0 0.2
HSL 236.45º 0.99% 0.4% -
HSV(B) 236.45º 1% 0.8% -
XYZ 11.06 4.65 57.44 -
YUV 31.19 225.52 106.47 -
System Red Green Blue C M Y K H S L
Decimal 1 13 204 1.00 0.94 0 0.2 236.45 0.99 0.4
Hex 1 D CC 64 5E 0 14 EC 63 28
Octal 1 15 314 144 136 0 24 354 143 50
Binary 1 1101 11001100 1100100 1011110 0 10100 11101100 1100011 101000

Color Harmonies of #010DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DCC

Black with #010DCC

Text Example


Text Example

White with #010DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,13,204); }

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

background-color css

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

 a { background-color: rgb(1,13,204); }

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

border-color css

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

 span { border-color: rgb(1,13,204); }

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