Html Css Color HEX #113FC2 Persian Blue

📋 copy color: '#113FC2'

red 17 ◦ green 63 ◦ blue 194

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

Shades of Persian Blue #113FC2

Tints of Persian Blue #113FC2

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 194 (76.17% from 255) = 70.8%

R = 6.2%
G = 22.99%
B = 70.8%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#113FC2 (or 0x113FC2) is known color: Persian Blue. HEX triplet: 11, 3F and C2. RGB value is (17,63,194). Sum of RGB (Red+Green+Blue) = 17+63+194=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #113FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FC2 is #EEC03D. Grayscale: #3F3F3F. Windows color (decimal): -15646782 or 12730129. OLE color: 12730129.

HSL color Cylindrical-coordinate representation of color #113FC2: hue angle of 224.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113FC2 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 63 194 -
CMYK 0.91 0.68 0 0.24
HSL 224.41º 0.84% 0.41% -
HSV(B) 224.41º 0.91% 0.76% -
XYZ 11.75 7.57 51.88 -
YUV 64.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 17 63 194 0.91 0.68 0 0.24 224.41 0.84 0.41
Hex 11 3F C2 5B 44 0 18 E0 54 29
Octal 21 77 302 133 104 0 30 340 124 51
Binary 10001 111111 11000010 1011011 1000100 0 11000 11100000 1010100 101001

Color Harmonies of #113FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FC2

Black with #113FC2

Text Example


Text Example

White with #113FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,194); }

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

background-color css

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

 a { background-color: rgb(17,63,194); }

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

border-color css

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

 span { border-color: rgb(17,63,194); }

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