Html Css Color HEX #134ABC Persian Blue

📋 copy color: '#134ABC'

red 19 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #134ABC

Tints of Persian Blue #134ABC

RGB

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

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

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

R = 6.76%
G = 26.33%
B = 66.9%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#134ABC (or 0x134ABC) is known color: Persian Blue. HEX triplet: 13, 4A and BC. RGB value is (19,74,188). Sum of RGB (Red+Green+Blue) = 19+74+188=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #134ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ABC is #ECB543. Grayscale: #464646. Windows color (decimal): -15512900 or 12339731. OLE color: 12339731.

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

Color convert

RGB 19 74 188 -
CMYK 0.90 0.61 0 0.26
HSL 220.47º 0.82% 0.41% -
HSV(B) 220.47º 0.9% 0.74% -
XYZ 11.79 8.67 48.63 -
YUV 70.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 19 74 188 0.90 0.61 0 0.26 220.47 0.82 0.41
Hex 13 4A BC 5A 3D 0 1A DC 52 29
Octal 23 112 274 132 75 0 32 334 122 51
Binary 10011 1001010 10111100 1011010 111101 0 11010 11011100 1010010 101001

Color Harmonies of #134ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ABC

Black with #134ABC

Text Example


Text Example

White with #134ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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