Html Css Color HEX #134ACE Persian Blue

📋 copy color: '#134ACE'

red 19 ◦ green 74 ◦ blue 206

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

Shades of Persian Blue #134ACE

Tints of Persian Blue #134ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 6.35%
G = 24.75%
B = 68.9%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#134ACE (or 0x134ACE) is known color: Persian Blue. HEX triplet: 13, 4A and CE. RGB value is (19,74,206). Sum of RGB (Red+Green+Blue) = 19+74+206=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #134ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ACE is #ECB531. Grayscale: #484848. Windows color (decimal): -15512882 or 13519379. OLE color: 13519379.

HSL color Cylindrical-coordinate representation of color #134ACE: hue angle of 222.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134ACE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 74 206 -
CMYK 0.91 0.64 0 0.19
HSL 222.35º 0.83% 0.44% -
HSV(B) 222.35º 0.91% 0.81% -
XYZ 13.86 9.49 59.49 -
YUV 72.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 19 74 206 0.91 0.64 0 0.19 222.35 0.83 0.44
Hex 13 4A CE 5B 40 0 13 DE 53 2C
Octal 23 112 316 133 100 0 23 336 123 54
Binary 10011 1001010 11001110 1011011 1000000 0 10011 11011110 1010011 101100

Color Harmonies of #134ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ACE

Black with #134ACE

Text Example


Text Example

White with #134ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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