Html Css Color HEX #010CC1 Medium Blue

📋 copy color: '#010CC1'

red 1 ◦ green 12 ◦ blue 193

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

Shades of Medium Blue #010CC1

Tints of Medium Blue #010CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 93.69%

R = 0.49%
G = 5.83%
B = 93.69%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#010CC1 (or 0x010CC1) is known color: Medium Blue. HEX triplet: 01, 0C and C1. RGB value is (1,12,193). Sum of RGB (Red+Green+Blue) = 1+12+193=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 193 (75.78% from 255 or 93.69% from 206); Max value from RGB is 193 - color contains mainly: blue. Hex color #010CC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CC1 is #FEF33E. Grayscale: #1C1C1C. Windows color (decimal): -16708415 or 12651521. OLE color: 12651521.

HSL color Cylindrical-coordinate representation of color #010CC1: hue angle of 236.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CC1 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 12 193 -
CMYK 0.99 0.94 0 0.24
HSL 236.56º 0.99% 0.38% -
HSV(B) 236.56º 0.99% 0.76% -
XYZ 9.77 4.12 50.73 -
YUV 29.35 220.36 107.78 -
System Red Green Blue C M Y K H S L
Decimal 1 12 193 0.99 0.94 0 0.24 236.56 0.99 0.38
Hex 1 C C1 63 5E 0 18 ED 63 26
Octal 1 14 301 143 136 0 30 355 143 46
Binary 1 1100 11000001 1100011 1011110 0 11000 11101101 1100011 100110

Color Harmonies of #010CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CC1

Black with #010CC1

Text Example


Text Example

White with #010CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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