Html Css Color HEX #1641BE Persian Blue

📋 copy color: '#1641BE'

red 22 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #1641BE

Tints of Persian Blue #1641BE

RGB

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

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

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

R = 7.94%
G = 23.47%
B = 68.59%

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

#1641BE (or 0x1641BE) is known color: Persian Blue. HEX triplet: 16, 41 and BE. RGB value is (22,65,190). Sum of RGB (Red+Green+Blue) = 22+65+190=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #1641BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1641BE is #E9BE41. Grayscale: #414141. Windows color (decimal): -15318594 or 12468502. OLE color: 12468502.

HSL color Cylindrical-coordinate representation of color #1641BE: hue angle of 224.64º 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 #1641BE is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 65 190 -
CMYK 0.88 0.66 0 0.25
HSL 224.64º 0.79% 0.42% -
HSV(B) 224.64º 0.88% 0.75% -
XYZ 11.52 7.67 49.59 -
YUV 66.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 22 65 190 0.88 0.66 0 0.25 224.64 0.79 0.42
Hex 16 41 BE 58 42 0 19 E1 4F 2A
Octal 26 101 276 130 102 0 31 341 117 52
Binary 10110 1000001 10111110 1011000 1000010 0 11001 11100001 1001111 101010

Color Harmonies of #1641BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1641BE

Black with #1641BE

Text Example


Text Example

White with #1641BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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