Html Css Color HEX #1640DF Persian Blue

📋 copy color: '#1640DF'

red 22 ◦ green 64 ◦ blue 223

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

Shades of Persian Blue #1640DF

Tints of Persian Blue #1640DF

RGB

 RED value IS 22 (8.98% from 255) = 7.12%

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 7.12%
G = 20.71%
B = 72.17%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1640DF (or 0x1640DF) is known color: Persian Blue. HEX triplet: 16, 40 and DF. RGB value is (22,64,223). Sum of RGB (Red+Green+Blue) = 22+64+223=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #1640DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1640DF is #E9BF20. Grayscale: #444444. Windows color (decimal): -15318817 or 14630934. OLE color: 14630934.

HSL color Cylindrical-coordinate representation of color #1640DF: hue angle of 227.46º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1640DF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 64 223 -
CMYK 0.90 0.71 0 0.13
HSL 227.46º 0.82% 0.48% -
HSV(B) 227.46º 0.9% 0.87% -
XYZ 15.48 9.17 70.77 -
YUV 69.57 214.59 94.07 -
System Red Green Blue C M Y K H S L
Decimal 22 64 223 0.90 0.71 0 0.13 227.46 0.82 0.48
Hex 16 40 DF 5A 47 0 D E3 52 30
Octal 26 100 337 132 107 0 15 343 122 60
Binary 10110 1000000 11011111 1011010 1000111 0 1101 11100011 1010010 110000

Color Harmonies of #1640DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1640DF

Black with #1640DF

Text Example


Text Example

White with #1640DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1640DF; }

 p { color: rgb(22,64,223); }

 H1.HeaderClassName
 {
   color: #1640DF;
 }
 .AnyTagClassName
 {
   color: #1640DF;
 }
</style>

background-color css

<style>
 a { background-color: #1640DF; }

 a { background-color: rgb(22,64,223); }

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

border-color css

<style>
 span { border-color: #1640DF; }

 span { border-color: rgb(22,64,223); }

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