Html Css Color HEX #114AC6 Persian Blue

📋 copy color: '#114AC6'

red 17 ◦ green 74 ◦ blue 198

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

Shades of Persian Blue #114AC6

Tints of Persian Blue #114AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 68.51%

R = 5.88%
G = 25.61%
B = 68.51%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#114AC6 (or 0x114AC6) is known color: Persian Blue. HEX triplet: 11, 4A and C6. RGB value is (17,74,198). Sum of RGB (Red+Green+Blue) = 17+74+198=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 198 (77.73% from 255 or 68.51% from 289); Max value from RGB is 198 - color contains mainly: blue. Hex color #114AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114AC6 is #EEB539. Grayscale: #464646. Windows color (decimal): -15643962 or 12995089. OLE color: 12995089.

HSL color Cylindrical-coordinate representation of color #114AC6: hue angle of 221.1º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114AC6 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 74 198 -
CMYK 0.91 0.63 0 0.22
HSL 221.11º 0.84% 0.42% -
HSV(B) 221.11º 0.91% 0.78% -
XYZ 12.87 9.09 54.5 -
YUV 71.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 17 74 198 0.91 0.63 0 0.22 221.11 0.84 0.42
Hex 11 4A C6 5B 3F 0 16 DD 54 2A
Octal 21 112 306 133 77 0 26 335 124 52
Binary 10001 1001010 11000110 1011011 111111 0 10110 11011101 1010100 101010

Color Harmonies of #114AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AC6

Black with #114AC6

Text Example


Text Example

White with #114AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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