Html Css Color HEX #113CCD Persian Blue

📋 copy color: '#113CCD'

red 17 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #113CCD

Tints of Persian Blue #113CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 6.03%
G = 21.28%
B = 72.7%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#113CCD (or 0x113CCD) is known color: Persian Blue. HEX triplet: 11, 3C and CD. RGB value is (17,60,205). Sum of RGB (Red+Green+Blue) = 17+60+205=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #113CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CCD is #EEC332. Grayscale: #3F3F3F. Windows color (decimal): -15647539 or 13450257. OLE color: 13450257.

HSL color Cylindrical-coordinate representation of color #113CCD: hue angle of 226.28º 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 #113CCD is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 60 205 -
CMYK 0.92 0.71 0 0.20
HSL 226.28º 0.85% 0.44% -
HSV(B) 226.28º 0.92% 0.8% -
XYZ 12.87 7.76 58.58 -
YUV 63.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 17 60 205 0.92 0.71 0 0.20 226.28 0.85 0.44
Hex 11 3C CD 5C 47 0 14 E2 55 2C
Octal 21 74 315 134 107 0 24 342 125 54
Binary 10001 111100 11001101 1011100 1000111 0 10100 11100010 1010101 101100

Color Harmonies of #113CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CCD

Black with #113CCD

Text Example


Text Example

White with #113CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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