Html Css Color HEX #1301BF Medium Blue

📋 copy color: '#1301BF'

red 19 ◦ green 1 ◦ blue 191

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

Shades of Medium Blue #1301BF

Tints of Medium Blue #1301BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 90.52%

R = 9%
G = 0.47%
B = 90.52%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1301BF (or 0x1301BF) is known color: Medium Blue. HEX triplet: 13, 01 and BF. RGB value is (19,1,191). Sum of RGB (Red+Green+Blue) = 19+1+191=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #1301BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1301BF is #ECFE40. Grayscale: #1B1B1B. Windows color (decimal): -15531585 or 12517651. OLE color: 12517651.

HSL color Cylindrical-coordinate representation of color #1301BF: hue angle of 245.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1301BF is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 1 191 -
CMYK 0.90 0.99 0 0.25
HSL 245.68º 0.99% 0.38% -
HSV(B) 245.68º 0.99% 0.75% -
XYZ 9.68 3.92 49.54 -
YUV 28.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 19 1 191 0.90 0.99 0 0.25 245.68 0.99 0.38
Hex 13 1 BF 5A 63 0 19 F6 63 26
Octal 23 1 277 132 143 0 31 366 143 46
Binary 10011 1 10111111 1011010 1100011 0 11001 11110110 1100011 100110

Color Harmonies of #1301BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1301BF

Black with #1301BF

Text Example


Text Example

White with #1301BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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