Html Css Color HEX #1641DF Persian Blue

📋 copy color: '#1641DF'

red 22 ◦ green 65 ◦ blue 223

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

Shades of Persian Blue #1641DF

Tints of Persian Blue #1641DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

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

R = 7.1%
G = 20.97%
B = 71.94%

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

#1641DF (or 0x1641DF) is known color: Persian Blue. HEX triplet: 16, 41 and DF. RGB value is (22,65,223). Sum of RGB (Red+Green+Blue) = 22+65+223=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #1641DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1641DF is #E9BE20. Grayscale: #454545. Windows color (decimal): -15318561 or 14631190. OLE color: 14631190.

HSL color Cylindrical-coordinate representation of color #1641DF: hue angle of 227.16º 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 #1641DF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 65 223 -
CMYK 0.90 0.71 0 0.13
HSL 227.16º 0.82% 0.48% -
HSV(B) 227.16º 0.9% 0.87% -
XYZ 15.54 9.28 70.78 -
YUV 70.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 22 65 223 0.90 0.71 0 0.13 227.16 0.82 0.48
Hex 16 41 DF 5A 47 0 D E3 52 30
Octal 26 101 337 132 107 0 15 343 122 60
Binary 10110 1000001 11011111 1011010 1000111 0 1101 11100011 1010010 110000

Color Harmonies of #1641DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1641DF

Black with #1641DF

Text Example


Text Example

White with #1641DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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