Html Css Color HEX #114ABF Persian Blue

📋 copy color: '#114ABF'

red 17 ◦ green 74 ◦ blue 191

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

Shades of Persian Blue #114ABF

Tints of Persian Blue #114ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

 BLUE value IS 191 (75% from 255) = 67.73%

R = 6.03%
G = 26.24%
B = 67.73%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#114ABF (or 0x114ABF) is known color: Persian Blue. HEX triplet: 11, 4A and BF. RGB value is (17,74,191). Sum of RGB (Red+Green+Blue) = 17+74+191=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #114ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABF is #EEB540. Grayscale: #454545. Windows color (decimal): -15643969 or 12536337. OLE color: 12536337.

HSL color Cylindrical-coordinate representation of color #114ABF: hue angle of 220.34º 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 #114ABF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 74 191 -
CMYK 0.91 0.61 0 0.25
HSL 220.34º 0.84% 0.41% -
HSV(B) 220.34º 0.91% 0.75% -
XYZ 12.08 8.78 50.35 -
YUV 70.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 17 74 191 0.91 0.61 0 0.25 220.34 0.84 0.41
Hex 11 4A BF 5B 3D 0 19 DC 54 29
Octal 21 112 277 133 75 0 31 334 124 51
Binary 10001 1001010 10111111 1011011 111101 0 11001 11011100 1010100 101001

Color Harmonies of #114ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ABF

Black with #114ABF

Text Example


Text Example

White with #114ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114ABF; }

 p { color: rgb(17,74,191); }

 H1.HeaderClassName
 {
   color: #114ABF;
 }
 .AnyTagClassName
 {
   color: #114ABF;
 }
</style>

background-color css

<style>
 a { background-color: #114ABF; }

 a { background-color: rgb(17,74,191); }

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

border-color css

<style>
 span { border-color: #114ABF; }

 span { border-color: rgb(17,74,191); }

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