Html Css Color HEX #104ACF Persian Blue

📋 copy color: '#104ACF'

red 16 ◦ green 74 ◦ blue 207

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

Shades of Persian Blue #104ACF

Tints of Persian Blue #104ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.7%

R = 5.39%
G = 24.92%
B = 69.7%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#104ACF (or 0x104ACF) is known color: Persian Blue. HEX triplet: 10, 4A and CF. RGB value is (16,74,207). Sum of RGB (Red+Green+Blue) = 16+74+207=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #104ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ACF is #EFB530. Grayscale: #474747. Windows color (decimal): -15709489 or 13584912. OLE color: 13584912.

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

Color convert

RGB 16 74 207 -
CMYK 0.92 0.64 0 0.19
HSL 221.78º 0.86% 0.44% -
HSV(B) 221.78º 0.92% 0.81% -
XYZ 13.92 9.51 60.13 -
YUV 71.82 204.28 88.19 -
System Red Green Blue C M Y K H S L
Decimal 16 74 207 0.92 0.64 0 0.19 221.78 0.86 0.44
Hex 10 4A CF 5C 40 0 13 DE 56 2C
Octal 20 112 317 134 100 0 23 336 126 54
Binary 10000 1001010 11001111 1011100 1000000 0 10011 11011110 1010110 101100

Color Harmonies of #104ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104ACF

Black with #104ACF

Text Example


Text Example

White with #104ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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