Html Css Color HEX #113DCE Persian Blue

📋 copy color: '#113DCE'

red 17 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #113DCE

Tints of Persian Blue #113DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 5.99%
G = 21.48%
B = 72.54%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#113DCE (or 0x113DCE) is known color: Persian Blue. HEX triplet: 11, 3D and CE. RGB value is (17,61,206). Sum of RGB (Red+Green+Blue) = 17+61+206=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #113DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DCE is #EEC231. Grayscale: #3F3F3F. Windows color (decimal): -15647282 or 13516049. OLE color: 13516049.

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

Color convert

RGB 17 61 206 -
CMYK 0.92 0.70 0 0.19
HSL 226.03º 0.85% 0.44% -
HSV(B) 226.03º 0.92% 0.81% -
XYZ 13.04 7.91 59.23 -
YUV 64.37 207.92 94.21 -
System Red Green Blue C M Y K H S L
Decimal 17 61 206 0.92 0.70 0 0.19 226.03 0.85 0.44
Hex 11 3D CE 5C 46 0 13 E2 55 2C
Octal 21 75 316 134 106 0 23 342 125 54
Binary 10001 111101 11001110 1011100 1000110 0 10011 11100010 1010101 101100

Color Harmonies of #113DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DCE

Black with #113DCE

Text Example


Text Example

White with #113DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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