Html Css Color HEX #113DBB Persian Blue

📋 copy color: '#113DBB'

red 17 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #113DBB

Tints of Persian Blue #113DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 6.42%
G = 23.02%
B = 70.57%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#113DBB (or 0x113DBB) is known color: Persian Blue. HEX triplet: 11, 3D and BB. RGB value is (17,61,187). Sum of RGB (Red+Green+Blue) = 17+61+187=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #113DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DBB is #EEC244. Grayscale: #3D3D3D. Windows color (decimal): -15647301 or 12270865. OLE color: 12270865.

HSL color Cylindrical-coordinate representation of color #113DBB: hue angle of 224.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113DBB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 61 187 -
CMYK 0.91 0.67 0 0.27
HSL 224.47º 0.83% 0.4% -
HSV(B) 224.47º 0.91% 0.73% -
XYZ 10.87 7.04 47.8 -
YUV 62.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 17 61 187 0.91 0.67 0 0.27 224.47 0.83 0.4
Hex 11 3D BB 5B 43 0 1B E0 53 28
Octal 21 75 273 133 103 0 33 340 123 50
Binary 10001 111101 10111011 1011011 1000011 0 11011 11100000 1010011 101000

Color Harmonies of #113DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DBB

Black with #113DBB

Text Example


Text Example

White with #113DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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