Html Css Color HEX #134ABB Persian Blue

📋 copy color: '#134ABB'

red 19 ◦ green 74 ◦ blue 187

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

Shades of Persian Blue #134ABB

Tints of Persian Blue #134ABB

RGB

 RED value IS 19 (7.81% from 255) = 6.79%

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

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 6.79%
G = 26.43%
B = 66.79%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#134ABB (or 0x134ABB) is known color: Persian Blue. HEX triplet: 13, 4A and BB. RGB value is (19,74,187). Sum of RGB (Red+Green+Blue) = 19+74+187=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #134ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ABB is #ECB544. Grayscale: #454545. Windows color (decimal): -15512901 or 12274195. OLE color: 12274195.

HSL color Cylindrical-coordinate representation of color #134ABB: hue angle of 220.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134ABB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 74 187 -
CMYK 0.90 0.60 0 0.27
HSL 220.36º 0.82% 0.4% -
HSV(B) 220.36º 0.9% 0.73% -
XYZ 11.69 8.62 48.06 -
YUV 70.44 193.78 91.31 -
System Red Green Blue C M Y K H S L
Decimal 19 74 187 0.90 0.60 0 0.27 220.36 0.82 0.4
Hex 13 4A BB 5A 3C 0 1B DC 52 28
Octal 23 112 273 132 74 0 33 334 122 50
Binary 10011 1001010 10111011 1011010 111100 0 11011 11011100 1010010 101000

Color Harmonies of #134ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ABB

Black with #134ABB

Text Example


Text Example

White with #134ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134ABB; }

 p { color: rgb(19,74,187); }

 H1.HeaderClassName
 {
   color: #134ABB;
 }
 .AnyTagClassName
 {
   color: #134ABB;
 }
</style>

background-color css

<style>
 a { background-color: #134ABB; }

 a { background-color: rgb(19,74,187); }

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

border-color css

<style>
 span { border-color: #134ABB; }

 span { border-color: rgb(19,74,187); }

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