Html Css Color HEX #1713CA Medium Blue

📋 copy color: '#1713CA'

red 23 ◦ green 19 ◦ blue 202

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

Shades of Medium Blue #1713CA

Tints of Medium Blue #1713CA

RGB

 RED value IS 23 (9.38% from 255) = 9.43%

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 202 (79.3% from 255) = 82.79%

R = 9.43%
G = 7.79%
B = 82.79%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1713CA (or 0x1713CA) is known color: Medium Blue. HEX triplet: 17, 13 and CA. RGB value is (23,19,202). Sum of RGB (Red+Green+Blue) = 23+19+202=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #1713CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713CA is #E8EC35. Grayscale: #282828. Windows color (decimal): -15264822 or 13243159. OLE color: 13243159.

HSL color Cylindrical-coordinate representation of color #1713CA: hue angle of 241.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1713CA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 19 202 -
CMYK 0.89 0.91 0 0.21
HSL 241.31º 0.83% 0.43% -
HSV(B) 241.31º 0.91% 0.79% -
XYZ 11.25 4.91 56.23 -
YUV 41.06 218.83 115.12 -
System Red Green Blue C M Y K H S L
Decimal 23 19 202 0.89 0.91 0 0.21 241.31 0.83 0.43
Hex 17 13 CA 59 5B 0 15 F1 53 2B
Octal 27 23 312 131 133 0 25 361 123 53
Binary 10111 10011 11001010 1011001 1011011 0 10101 11110001 1010011 101011

Color Harmonies of #1713CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1713CA

Black with #1713CA

Text Example


Text Example

White with #1713CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1713CA; }

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

 H1.HeaderClassName
 {
   color: #1713CA;
 }
 .AnyTagClassName
 {
   color: #1713CA;
 }
</style>

background-color css

<style>
 a { background-color: #1713CA; }

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

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

border-color css

<style>
 span { border-color: #1713CA; }

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

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