Html Css Color HEX #1640BE Persian Blue

📋 copy color: '#1640BE'

red 22 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #1640BE

Tints of Persian Blue #1640BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 7.97%
G = 23.19%
B = 68.84%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1640BE (or 0x1640BE) is known color: Persian Blue. HEX triplet: 16, 40 and BE. RGB value is (22,64,190). Sum of RGB (Red+Green+Blue) = 22+64+190=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #1640BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1640BE is #E9BF41. Grayscale: #414141. Windows color (decimal): -15318850 or 12468246. OLE color: 12468246.

HSL color Cylindrical-coordinate representation of color #1640BE: hue angle of 225º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1640BE is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 64 190 -
CMYK 0.88 0.66 0 0.25
HSL 225º 0.79% 0.42% -
HSV(B) 225º 0.88% 0.75% -
XYZ 11.46 7.56 49.57 -
YUV 65.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 22 64 190 0.88 0.66 0 0.25 225 0.79 0.42
Hex 16 40 BE 58 42 0 19 E1 4F 2A
Octal 26 100 276 130 102 0 31 341 117 52
Binary 10110 1000000 10111110 1011000 1000010 0 11001 11100001 1001111 101010

Color Harmonies of #1640BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1640BE

Black with #1640BE

Text Example


Text Example

White with #1640BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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