Html Css Color HEX #1317CB Medium Blue

📋 copy color: '#1317CB'

red 19 ◦ green 23 ◦ blue 203

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

Shades of Medium Blue #1317CB

Tints of Medium Blue #1317CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 82.86%

R = 7.76%
G = 9.39%
B = 82.86%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1317CB (or 0x1317CB) is known color: Medium Blue. HEX triplet: 13, 17 and CB. RGB value is (19,23,203). Sum of RGB (Red+Green+Blue) = 19+23+203=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #1317CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317CB is #ECE834. Grayscale: #292929. Windows color (decimal): -15525941 or 13309715. OLE color: 13309715.

HSL color Cylindrical-coordinate representation of color #1317CB: hue angle of 238.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1317CB is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 23 203 -
CMYK 0.91 0.89 0 0.20
HSL 238.7º 0.83% 0.44% -
HSV(B) 238.7º 0.91% 0.8% -
XYZ 11.35 5.06 56.88 -
YUV 42.32 218.67 111.36 -
System Red Green Blue C M Y K H S L
Decimal 19 23 203 0.91 0.89 0 0.20 238.7 0.83 0.44
Hex 13 17 CB 5B 59 0 14 EF 53 2C
Octal 23 27 313 133 131 0 24 357 123 54
Binary 10011 10111 11001011 1011011 1011001 0 10100 11101111 1010011 101100

Color Harmonies of #1317CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317CB

Black with #1317CB

Text Example


Text Example

White with #1317CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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