Html Css Color HEX #1304BF Medium Blue

📋 copy color: '#1304BF'

red 19 ◦ green 4 ◦ blue 191

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

Shades of Medium Blue #1304BF

Tints of Medium Blue #1304BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 8.88%
G = 1.87%
B = 89.25%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1304BF (or 0x1304BF) is known color: Medium Blue. HEX triplet: 13, 04 and BF. RGB value is (19,4,191). Sum of RGB (Red+Green+Blue) = 19+4+191=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #1304BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304BF is #ECFB40. Grayscale: #1D1D1D. Windows color (decimal): -15530817 or 12518419. OLE color: 12518419.

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

Color convert

RGB 19 4 191 -
CMYK 0.90 0.98 0 0.25
HSL 244.81º 0.96% 0.38% -
HSV(B) 244.81º 0.98% 0.75% -
XYZ 9.72 3.99 49.55 -
YUV 29.8 218.97 120.29 -
System Red Green Blue C M Y K H S L
Decimal 19 4 191 0.90 0.98 0 0.25 244.81 0.96 0.38
Hex 13 4 BF 5A 62 0 19 F5 60 26
Octal 23 4 277 132 142 0 31 365 140 46
Binary 10011 100 10111111 1011010 1100010 0 11001 11110101 1100000 100110

Color Harmonies of #1304BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304BF

Black with #1304BF

Text Example


Text Example

White with #1304BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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