Html Css Color HEX #134BC6 Persian Blue

📋 copy color: '#134BC6'

red 19 ◦ green 75 ◦ blue 198

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

Shades of Persian Blue #134BC6

Tints of Persian Blue #134BC6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 198 (77.73% from 255) = 67.81%

R = 6.51%
G = 25.68%
B = 67.81%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#134BC6 (or 0x134BC6) is known color: Persian Blue. HEX triplet: 13, 4B and C6. RGB value is (19,75,198). Sum of RGB (Red+Green+Blue) = 19+75+198=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #134BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BC6 is #ECB439. Grayscale: #474747. Windows color (decimal): -15512634 or 12995347. OLE color: 12995347.

HSL color Cylindrical-coordinate representation of color #134BC6: hue angle of 221.23º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134BC6 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 75 198 -
CMYK 0.90 0.62 0 0.22
HSL 221.23º 0.82% 0.43% -
HSV(B) 221.23º 0.9% 0.78% -
XYZ 12.98 9.25 54.53 -
YUV 72.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 19 75 198 0.90 0.62 0 0.22 221.23 0.82 0.43
Hex 13 4B C6 5A 3E 0 16 DD 52 2B
Octal 23 113 306 132 76 0 26 335 122 53
Binary 10011 1001011 11000110 1011010 111110 0 10110 11011101 1010010 101011

Color Harmonies of #134BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BC6

Black with #134BC6

Text Example


Text Example

White with #134BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,198); }

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

background-color css

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

 a { background-color: rgb(19,75,198); }

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

border-color css

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

 span { border-color: rgb(19,75,198); }

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