Html Css Color HEX #134ACC Persian Blue

📋 copy color: '#134ACC'

red 19 ◦ green 74 ◦ blue 204

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

Shades of Persian Blue #134ACC

Tints of Persian Blue #134ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 6.4%
G = 24.92%
B = 68.69%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#134ACC (or 0x134ACC) is known color: Persian Blue. HEX triplet: 13, 4A and CC. RGB value is (19,74,204). Sum of RGB (Red+Green+Blue) = 19+74+204=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #134ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ACC is #ECB533. Grayscale: #474747. Windows color (decimal): -15512884 or 13388307. OLE color: 13388307.

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

Color convert

RGB 19 74 204 -
CMYK 0.91 0.64 0 0.2
HSL 222.16º 0.83% 0.44% -
HSV(B) 222.16º 0.91% 0.8% -
XYZ 13.62 9.4 58.22 -
YUV 72.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 19 74 204 0.91 0.64 0 0.2 222.16 0.83 0.44
Hex 13 4A CC 5B 40 0 14 DE 53 2C
Octal 23 112 314 133 100 0 24 336 123 54
Binary 10011 1001010 11001100 1011011 1000000 0 10100 11011110 1010011 101100

Color Harmonies of #134ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ACC

Black with #134ACC

Text Example


Text Example

White with #134ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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