Html Css Color HEX #1300BC Medium Blue

📋 copy color: '#1300BC'

red 19 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #1300BC

Tints of Medium Blue #1300BC

RGB

 RED value IS 19 (7.81% from 255) = 9.18%

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

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

R = 9.18%
G = 0%
B = 90.82%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1300BC (or 0x1300BC) is known color: Medium Blue. HEX triplet: 13, 00 and BC. RGB value is (19,0,188). Sum of RGB (Red+Green+Blue) = 19+0+188=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #1300BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300BC is #ECFF43. Grayscale: #1A1A1A. Windows color (decimal): -15531844 or 12320787. OLE color: 12320787.

HSL color Cylindrical-coordinate representation of color #1300BC: hue angle of 246.06º 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 #1300BC is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 0 188 -
CMYK 0.90 1 0 0.26
HSL 246.06º 1% 0.37% -
HSV(B) 246.06º 1% 0.74% -
XYZ 9.35 3.77 47.81 -
YUV 27.11 218.79 122.21 -
System Red Green Blue C M Y K H S L
Decimal 19 0 188 0.90 1 0 0.26 246.06 1 0.37
Hex 13 0 BC 5A 64 0 1A F6 64 25
Octal 23 0 274 132 144 0 32 366 144 45
Binary 10011 0 10111100 1011010 1100100 0 11010 11110110 1100100 100101

Color Harmonies of #1300BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1300BC

Black with #1300BC

Text Example


Text Example

White with #1300BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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