Html Css Color HEX #0C01C1 Medium Blue

📋 copy color: '#0C01C1'

red 12 ◦ green 1 ◦ blue 193

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

Shades of Medium Blue #0C01C1

Tints of Medium Blue #0C01C1

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0C01C1 (or 0x0C01C1) is known color: Medium Blue. HEX triplet: 0C, 01 and C1. RGB value is (12,1,193). Sum of RGB (Red+Green+Blue) = 12+1+193=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 1 (0.78% from 255 or 0.49% 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 #0C01C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C01C1 is #F3FE3E. Grayscale: #191919. Windows color (decimal): -15990335 or 12648716. OLE color: 12648716.

HSL color Cylindrical-coordinate representation of color #0C01C1: hue angle of 243.44º 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 #0C01C1 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 1 193 -
CMYK 0.94 0.99 0 0.24
HSL 243.44º 0.99% 0.38% -
HSV(B) 243.44º 0.99% 0.76% -
XYZ 9.79 3.95 50.7 -
YUV 26.18 222.14 117.89 -
System Red Green Blue C M Y K H S L
Decimal 12 1 193 0.94 0.99 0 0.24 243.44 0.99 0.38
Hex C 1 C1 5E 63 0 18 F3 63 26
Octal 14 1 301 136 143 0 30 363 143 46
Binary 1100 1 11000001 1011110 1100011 0 11000 11110011 1100011 100110

Color Harmonies of #0C01C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C01C1

Black with #0C01C1

Text Example


Text Example

White with #0C01C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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