Html Css Color HEX #010CBC Medium Blue

📋 copy color: '#010CBC'

red 1 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #010CBC

Tints of Medium Blue #010CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 93.53%

R = 0.5%
G = 5.97%
B = 93.53%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#010CBC (or 0x010CBC) is known color: Medium Blue. HEX triplet: 01, 0C and BC. RGB value is (1,12,188). Sum of RGB (Red+Green+Blue) = 1+12+188=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 188 (73.83% from 255 or 93.53% from 201); Max value from RGB is 188 - color contains mainly: blue. Hex color #010CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CBC is #FEF343. Grayscale: #1C1C1C. Windows color (decimal): -16708420 or 12323841. OLE color: 12323841.

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

Color convert

RGB 1 12 188 -
CMYK 0.99 0.94 0 0.26
HSL 236.47º 0.99% 0.37% -
HSV(B) 236.47º 0.99% 0.74% -
XYZ 9.22 3.9 47.84 -
YUV 28.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 1 12 188 0.99 0.94 0 0.26 236.47 0.99 0.37
Hex 1 C BC 63 5E 0 1A EC 63 25
Octal 1 14 274 143 136 0 32 354 143 45
Binary 1 1100 10111100 1100011 1011110 0 11010 11101100 1100011 100101

Color Harmonies of #010CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CBC

Black with #010CBC

Text Example


Text Example

White with #010CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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