Html Css Color HEX #113DCD Persian Blue

📋 copy color: '#113DCD'

red 17 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #113DCD

Tints of Persian Blue #113DCD

RGB

 RED value IS 17 (7.03% from 255) = 6.01%

 GREEN value IS 61 (24.22% from 255) = 21.55%

 BLUE value IS 205 (80.47% from 255) = 72.44%

R = 6.01%
G = 21.55%
B = 72.44%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#113DCD (or 0x113DCD) is known color: Persian Blue. HEX triplet: 11, 3D and CD. RGB value is (17,61,205). Sum of RGB (Red+Green+Blue) = 17+61+205=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #113DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DCD is #EEC232. Grayscale: #3F3F3F. Windows color (decimal): -15647283 or 13450513. OLE color: 13450513.

HSL color Cylindrical-coordinate representation of color #113DCD: hue angle of 225.96º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DCD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 61 205 -
CMYK 0.92 0.70 0 0.20
HSL 225.96º 0.85% 0.44% -
HSV(B) 225.96º 0.92% 0.8% -
XYZ 12.92 7.86 58.59 -
YUV 64.26 207.42 94.29 -
System Red Green Blue C M Y K H S L
Decimal 17 61 205 0.92 0.70 0 0.20 225.96 0.85 0.44
Hex 11 3D CD 5C 46 0 14 E2 55 2C
Octal 21 75 315 134 106 0 24 342 125 54
Binary 10001 111101 11001101 1011100 1000110 0 10100 11100010 1010101 101100

Color Harmonies of #113DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DCD

Black with #113DCD

Text Example


Text Example

White with #113DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113DCD; }

 p { color: rgb(17,61,205); }

 H1.HeaderClassName
 {
   color: #113DCD;
 }
 .AnyTagClassName
 {
   color: #113DCD;
 }
</style>

background-color css

<style>
 a { background-color: #113DCD; }

 a { background-color: rgb(17,61,205); }

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

border-color css

<style>
 span { border-color: #113DCD; }

 span { border-color: rgb(17,61,205); }

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