Html Css Color HEX #010CCC Medium Blue

📋 copy color: '#010CCC'

red 1 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #010CCC

Tints of Medium Blue #010CCC

RGB

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

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

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

R = 0.46%
G = 5.53%
B = 94.01%

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

#010CCC (or 0x010CCC) is known color: Medium Blue. HEX triplet: 01, 0C and CC. RGB value is (1,12,204). Sum of RGB (Red+Green+Blue) = 1+12+204=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 204 (80.08% from 255 or 94.01% from 217); Max value from RGB is 204 - color contains mainly: blue. Hex color #010CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CCC is #FEF333. Grayscale: #1D1D1D. Windows color (decimal): -16708404 or 13372417. OLE color: 13372417.

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

Color convert

RGB 1 12 204 -
CMYK 1.00 0.94 0 0.2
HSL 236.75º 0.99% 0.4% -
HSV(B) 236.75º 1% 0.8% -
XYZ 11.04 4.63 57.44 -
YUV 30.6 225.86 106.89 -
System Red Green Blue C M Y K H S L
Decimal 1 12 204 1.00 0.94 0 0.2 236.75 0.99 0.4
Hex 1 C CC 64 5E 0 14 ED 63 28
Octal 1 14 314 144 136 0 24 355 143 50
Binary 1 1100 11001100 1100100 1011110 0 10100 11101101 1100011 101000

Color Harmonies of #010CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CCC

Black with #010CCC

Text Example


Text Example

White with #010CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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