Html Css Color HEX #134ABE Persian Blue

📋 copy color: '#134ABE'

red 19 ◦ green 74 ◦ blue 190

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

Shades of Persian Blue #134ABE

Tints of Persian Blue #134ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 6.71%
G = 26.15%
B = 67.14%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#134ABE (or 0x134ABE) is known color: Persian Blue. HEX triplet: 13, 4A and BE. RGB value is (19,74,190). Sum of RGB (Red+Green+Blue) = 19+74+190=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #134ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ABE is #ECB541. Grayscale: #464646. Windows color (decimal): -15512898 or 12470803. OLE color: 12470803.

HSL color Cylindrical-coordinate representation of color #134ABE: hue angle of 220.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134ABE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 74 190 -
CMYK 0.90 0.61 0 0.25
HSL 220.7º 0.82% 0.41% -
HSV(B) 220.7º 0.9% 0.75% -
XYZ 12.01 8.75 49.77 -
YUV 70.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 19 74 190 0.90 0.61 0 0.25 220.7 0.82 0.41
Hex 13 4A BE 5A 3D 0 19 DD 52 29
Octal 23 112 276 132 75 0 31 335 122 51
Binary 10011 1001010 10111110 1011010 111101 0 11001 11011101 1010010 101001

Color Harmonies of #134ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ABE

Black with #134ABE

Text Example


Text Example

White with #134ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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