Html Css Color HEX #1134BA Persian Blue

📋 copy color: '#1134BA'

red 17 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #1134BA

Tints of Persian Blue #1134BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 6.67%
G = 20.39%
B = 72.94%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1134BA (or 0x1134BA) is known color: Persian Blue. HEX triplet: 11, 34 and BA. RGB value is (17,52,186). Sum of RGB (Red+Green+Blue) = 17+52+186=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1134BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1134BA is #EECB45. Grayscale: #383838. Windows color (decimal): -15649606 or 12203025. OLE color: 12203025.

HSL color Cylindrical-coordinate representation of color #1134BA: hue angle of 227.57º 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 #1134BA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 52 186 -
CMYK 0.91 0.72 0 0.27
HSL 227.57º 0.83% 0.4% -
HSV(B) 227.57º 0.91% 0.73% -
XYZ 10.32 6.12 47.09 -
YUV 56.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 17 52 186 0.91 0.72 0 0.27 227.57 0.83 0.4
Hex 11 34 BA 5B 48 0 1B E4 53 28
Octal 21 64 272 133 110 0 33 344 123 50
Binary 10001 110100 10111010 1011011 1001000 0 11011 11100100 1010011 101000

Color Harmonies of #1134BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1134BA

Black with #1134BA

Text Example


Text Example

White with #1134BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1134BA; }

 p { color: rgb(17,52,186); }

 H1.HeaderClassName
 {
   color: #1134BA;
 }
 .AnyTagClassName
 {
   color: #1134BA;
 }
</style>

background-color css

<style>
 a { background-color: #1134BA; }

 a { background-color: rgb(17,52,186); }

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

border-color css

<style>
 span { border-color: #1134BA; }

 span { border-color: rgb(17,52,186); }

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