Html Css Color HEX #1301BD Medium Blue

📋 copy color: '#1301BD'

red 19 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #1301BD

Tints of Medium Blue #1301BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 90.43%

R = 9.09%
G = 0.48%
B = 90.43%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1301BD (or 0x1301BD) is known color: Medium Blue. HEX triplet: 13, 01 and BD. RGB value is (19,1,189). Sum of RGB (Red+Green+Blue) = 19+1+189=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #1301BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301BD is #ECFE42. Grayscale: #1B1B1B. Windows color (decimal): -15531587 or 12386579. OLE color: 12386579.

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

Color convert

RGB 19 1 189 -
CMYK 0.90 0.99 0 0.26
HSL 245.74º 0.99% 0.37% -
HSV(B) 245.74º 0.99% 0.74% -
XYZ 9.46 3.83 48.39 -
YUV 27.81 218.96 121.71 -
System Red Green Blue C M Y K H S L
Decimal 19 1 189 0.90 0.99 0 0.26 245.74 0.99 0.37
Hex 13 1 BD 5A 63 0 1A F6 63 25
Octal 23 1 275 132 143 0 32 366 143 45
Binary 10011 1 10111101 1011010 1100011 0 11010 11110110 1100011 100101

Color Harmonies of #1301BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301BD

Black with #1301BD

Text Example


Text Example

White with #1301BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1301BD; }

 p { color: rgb(19,1,189); }

 H1.HeaderClassName
 {
   color: #1301BD;
 }
 .AnyTagClassName
 {
   color: #1301BD;
 }
</style>

background-color css

<style>
 a { background-color: #1301BD; }

 a { background-color: rgb(19,1,189); }

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

border-color css

<style>
 span { border-color: #1301BD; }

 span { border-color: rgb(19,1,189); }

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