Html Css Color HEX #104AC0 Persian Blue

📋 copy color: '#104AC0'

red 16 ◦ green 74 ◦ blue 192

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

Shades of Persian Blue #104AC0

Tints of Persian Blue #104AC0

RGB

 RED value IS 16 (6.64% from 255) = 5.67%

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

 BLUE value IS 192 (75.39% from 255) = 68.09%

R = 5.67%
G = 26.24%
B = 68.09%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#104AC0 (or 0x104AC0) is known color: Persian Blue. HEX triplet: 10, 4A and C0. RGB value is (16,74,192). Sum of RGB (Red+Green+Blue) = 16+74+192=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 192 (75.39% from 255 or 68.09% from 282); Max value from RGB is 192 - color contains mainly: blue. Hex color #104AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AC0 is #EFB53F. Grayscale: #454545. Windows color (decimal): -15709504 or 12601872. OLE color: 12601872.

HSL color Cylindrical-coordinate representation of color #104AC0: hue angle of 220.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104AC0 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 74 192 -
CMYK 0.92 0.61 0 0.25
HSL 220.23º 0.85% 0.41% -
HSV(B) 220.23º 0.92% 0.75% -
XYZ 12.18 8.81 50.93 -
YUV 70.11 196.78 89.41 -
System Red Green Blue C M Y K H S L
Decimal 16 74 192 0.92 0.61 0 0.25 220.23 0.85 0.41
Hex 10 4A C0 5C 3D 0 19 DC 55 29
Octal 20 112 300 134 75 0 31 334 125 51
Binary 10000 1001010 11000000 1011100 111101 0 11001 11011100 1010101 101001

Color Harmonies of #104AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AC0

Black with #104AC0

Text Example


Text Example

White with #104AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104AC0; }

 p { color: rgb(16,74,192); }

 H1.HeaderClassName
 {
   color: #104AC0;
 }
 .AnyTagClassName
 {
   color: #104AC0;
 }
</style>

background-color css

<style>
 a { background-color: #104AC0; }

 a { background-color: rgb(16,74,192); }

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

border-color css

<style>
 span { border-color: #104AC0; }

 span { border-color: rgb(16,74,192); }

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