Html Css Color HEX #1000BC Medium Blue

📋 copy color: '#1000BC'

red 16 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #1000BC

Tints of Medium Blue #1000BC

RGB

 RED value IS 16 (6.64% from 255) = 7.84%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.84%
G = 0%
B = 92.16%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1000BC (or 0x1000BC) is known color: Medium Blue. HEX triplet: 10, 00 and BC. RGB value is (16,0,188). Sum of RGB (Red+Green+Blue) = 16+0+188=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #1000BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000BC is #EFFF43. Grayscale: #191919. Windows color (decimal): -15728452 or 12320784. OLE color: 12320784.

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

Color convert

RGB 16 0 188 -
CMYK 0.91 1 0 0.26
HSL 245.11º 1% 0.37% -
HSV(B) 245.11º 1% 0.74% -
XYZ 9.29 3.74 47.81 -
YUV 26.22 219.3 120.71 -
System Red Green Blue C M Y K H S L
Decimal 16 0 188 0.91 1 0 0.26 245.11 1 0.37
Hex 10 0 BC 5B 64 0 1A F5 64 25
Octal 20 0 274 133 144 0 32 365 144 45
Binary 10000 0 10111100 1011011 1100100 0 11010 11110101 1100100 100101

Color Harmonies of #1000BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1000BC

Black with #1000BC

Text Example


Text Example

White with #1000BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1000BC; }

 p { color: rgb(16,0,188); }

 H1.HeaderClassName
 {
   color: #1000BC;
 }
 .AnyTagClassName
 {
   color: #1000BC;
 }
</style>

background-color css

<style>
 a { background-color: #1000BC; }

 a { background-color: rgb(16,0,188); }

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

border-color css

<style>
 span { border-color: #1000BC; }

 span { border-color: rgb(16,0,188); }

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