Html Css Color HEX #113CB7 Persian Blue

📋 copy color: '#113CB7'

red 17 ◦ green 60 ◦ blue 183

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

Shades of Persian Blue #113CB7

Tints of Persian Blue #113CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 70.38%

R = 6.54%
G = 23.08%
B = 70.38%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#113CB7 (or 0x113CB7) is known color: Persian Blue. HEX triplet: 11, 3C and B7. RGB value is (17,60,183). Sum of RGB (Red+Green+Blue) = 17+60+183=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 183 (71.88% from 255 or 70.38% from 260); Max value from RGB is 183 - color contains mainly: blue. Hex color #113CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CB7 is #EEC348. Grayscale: #3C3C3C. Windows color (decimal): -15647561 or 12008465. OLE color: 12008465.

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

Color convert

RGB 17 60 183 -
CMYK 0.91 0.67 0 0.28
HSL 224.46º 0.83% 0.39% -
HSV(B) 224.46º 0.91% 0.72% -
XYZ 10.39 6.77 45.56 -
YUV 61.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 17 60 183 0.91 0.67 0 0.28 224.46 0.83 0.39
Hex 11 3C B7 5B 43 0 1C E0 53 27
Octal 21 74 267 133 103 0 34 340 123 47
Binary 10001 111100 10110111 1011011 1000011 0 11100 11100000 1010011 100111

Color Harmonies of #113CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CB7

Black with #113CB7

Text Example


Text Example

White with #113CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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