Html Css Color HEX #134AD5 Persian Blue

📋 copy color: '#134AD5'

red 19 ◦ green 74 ◦ blue 213

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

Shades of Persian Blue #134AD5

Tints of Persian Blue #134AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.61%

R = 6.21%
G = 24.18%
B = 69.61%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#134AD5 (or 0x134AD5) is known color: Persian Blue. HEX triplet: 13, 4A and D5. RGB value is (19,74,213). Sum of RGB (Red+Green+Blue) = 19+74+213=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #134AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AD5 is #ECB52A. Grayscale: #484848. Windows color (decimal): -15512875 or 13978131. OLE color: 13978131.

HSL color Cylindrical-coordinate representation of color #134AD5: hue angle of 222.99º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134AD5 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 74 213 -
CMYK 0.91 0.65 0 0.16
HSL 222.99º 0.84% 0.45% -
HSV(B) 222.99º 0.91% 0.84% -
XYZ 14.73 9.84 64.07 -
YUV 73.4 206.78 89.2 -
System Red Green Blue C M Y K H S L
Decimal 19 74 213 0.91 0.65 0 0.16 222.99 0.84 0.45
Hex 13 4A D5 5B 41 0 10 DF 54 2D
Octal 23 112 325 133 101 0 20 337 124 55
Binary 10011 1001010 11010101 1011011 1000001 0 10000 11011111 1010100 101101

Color Harmonies of #134AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AD5

Black with #134AD5

Text Example


Text Example

White with #134AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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