Html Css Color HEX #113DBE Persian Blue

📋 copy color: '#113DBE'

red 17 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #113DBE

Tints of Persian Blue #113DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 6.34%
G = 22.76%
B = 70.9%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#113DBE (or 0x113DBE) is known color: Persian Blue. HEX triplet: 11, 3D and BE. RGB value is (17,61,190). Sum of RGB (Red+Green+Blue) = 17+61+190=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #113DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DBE is #EEC241. Grayscale: #3D3D3D. Windows color (decimal): -15647298 or 12467473. OLE color: 12467473.

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

Color convert

RGB 17 61 190 -
CMYK 0.91 0.68 0 0.25
HSL 224.74º 0.84% 0.41% -
HSV(B) 224.74º 0.91% 0.75% -
XYZ 11.19 7.17 49.51 -
YUV 62.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 17 61 190 0.91 0.68 0 0.25 224.74 0.84 0.41
Hex 11 3D BE 5B 44 0 19 E1 54 29
Octal 21 75 276 133 104 0 31 341 124 51
Binary 10001 111101 10111110 1011011 1000100 0 11001 11100001 1010100 101001

Color Harmonies of #113DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DBE

Black with #113DBE

Text Example


Text Example

White with #113DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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