Html Css Color HEX #1304B6 Medium Blue

📋 copy color: '#1304B6'

red 19 ◦ green 4 ◦ blue 182

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

Shades of Medium Blue #1304B6

Tints of Medium Blue #1304B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 88.78%

R = 9.27%
G = 1.95%
B = 88.78%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1304B6 (or 0x1304B6) is known color: Medium Blue. HEX triplet: 13, 04 and B6. RGB value is (19,4,182). Sum of RGB (Red+Green+Blue) = 19+4+182=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #1304B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304B6 is #ECFB49. Grayscale: #1C1C1C. Windows color (decimal): -15530826 or 11928595. OLE color: 11928595.

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

Color convert

RGB 19 4 182 -
CMYK 0.90 0.98 0 0.29
HSL 245.06º 0.96% 0.36% -
HSV(B) 245.06º 0.98% 0.71% -
XYZ 8.76 3.6 44.49 -
YUV 28.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 19 4 182 0.90 0.98 0 0.29 245.06 0.96 0.36
Hex 13 4 B6 5A 62 0 1D F5 60 24
Octal 23 4 266 132 142 0 35 365 140 44
Binary 10011 100 10110110 1011010 1100010 0 11101 11110101 1100000 100100

Color Harmonies of #1304B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304B6

Black with #1304B6

Text Example


Text Example

White with #1304B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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