Html Css Color HEX #113CC7 Persian Blue

📋 copy color: '#113CC7'

red 17 ◦ green 60 ◦ blue 199

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

Shades of Persian Blue #113CC7

Tints of Persian Blue #113CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 72.1%

R = 6.16%
G = 21.74%
B = 72.1%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#113CC7 (or 0x113CC7) is known color: Persian Blue. HEX triplet: 11, 3C and C7. RGB value is (17,60,199). Sum of RGB (Red+Green+Blue) = 17+60+199=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #113CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CC7 is #EEC338. Grayscale: #3E3E3E. Windows color (decimal): -15647545 or 13057041. OLE color: 13057041.

HSL color Cylindrical-coordinate representation of color #113CC7: hue angle of 225.82º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113CC7 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 60 199 -
CMYK 0.91 0.70 0 0.22
HSL 225.82º 0.84% 0.42% -
HSV(B) 225.82º 0.91% 0.78% -
XYZ 12.16 7.47 54.83 -
YUV 62.99 204.75 95.2 -
System Red Green Blue C M Y K H S L
Decimal 17 60 199 0.91 0.70 0 0.22 225.82 0.84 0.42
Hex 11 3C C7 5B 46 0 16 E2 54 2A
Octal 21 74 307 133 106 0 26 342 124 52
Binary 10001 111100 11000111 1011011 1000110 0 10110 11100010 1010100 101010

Color Harmonies of #113CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CC7

Black with #113CC7

Text Example


Text Example

White with #113CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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