Html Css Color HEX #114ABC Persian Blue

📋 copy color: '#114ABC'

red 17 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #114ABC

Tints of Persian Blue #114ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 6.09%
G = 26.52%
B = 67.38%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#114ABC (or 0x114ABC) is known color: Persian Blue. HEX triplet: 11, 4A and BC. RGB value is (17,74,188). Sum of RGB (Red+Green+Blue) = 17+74+188=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #114ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABC is #EEB543. Grayscale: #454545. Windows color (decimal): -15643972 or 12339729. OLE color: 12339729.

HSL color Cylindrical-coordinate representation of color #114ABC: hue angle of 220º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114ABC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 74 188 -
CMYK 0.91 0.61 0 0.26
HSL 220º 0.83% 0.4% -
HSV(B) 220º 0.91% 0.74% -
XYZ 11.76 8.65 48.63 -
YUV 69.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 17 74 188 0.91 0.61 0 0.26 220 0.83 0.4
Hex 11 4A BC 5B 3D 0 1A DC 53 28
Octal 21 112 274 133 75 0 32 334 123 50
Binary 10001 1001010 10111100 1011011 111101 0 11010 11011100 1010011 101000

Color Harmonies of #114ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ABC

Black with #114ABC

Text Example


Text Example

White with #114ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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