Html Css Color HEX #1317BC Medium Blue

📋 copy color: '#1317BC'

red 19 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #1317BC

Tints of Medium Blue #1317BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 8.26%
G = 10%
B = 81.74%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1317BC (or 0x1317BC) is known color: Medium Blue. HEX triplet: 13, 17 and BC. RGB value is (19,23,188). Sum of RGB (Red+Green+Blue) = 19+23+188=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #1317BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317BC is #ECE843. Grayscale: #272727. Windows color (decimal): -15525956 or 12326675. OLE color: 12326675.

HSL color Cylindrical-coordinate representation of color #1317BC: hue angle of 238.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1317BC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 23 188 -
CMYK 0.90 0.88 0 0.26
HSL 238.58º 0.82% 0.41% -
HSV(B) 238.58º 0.9% 0.74% -
XYZ 9.65 4.38 47.91 -
YUV 40.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 19 23 188 0.90 0.88 0 0.26 238.58 0.82 0.41
Hex 13 17 BC 5A 58 0 1A EF 52 29
Octal 23 27 274 132 130 0 32 357 122 51
Binary 10011 10111 10111100 1011010 1011000 0 11010 11101111 1010010 101001

Color Harmonies of #1317BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317BC

Black with #1317BC

Text Example


Text Example

White with #1317BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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