Html Css Color HEX #1841BE Persian Blue

📋 copy color: '#1841BE'

red 24 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #1841BE

Tints of Persian Blue #1841BE

RGB

 RED value IS 24 (9.77% from 255) = 8.6%

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

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

R = 8.6%
G = 23.3%
B = 68.1%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1841BE (or 0x1841BE) is known color: Persian Blue. HEX triplet: 18, 41 and BE. RGB value is (24,65,190). Sum of RGB (Red+Green+Blue) = 24+65+190=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1841BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1841BE is #E7BE41. Grayscale: #424242. Windows color (decimal): -15187522 or 12468504. OLE color: 12468504.

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

Color convert

RGB 24 65 190 -
CMYK 0.87 0.66 0 0.25
HSL 225.18º 0.78% 0.42% -
HSV(B) 225.18º 0.87% 0.75% -
XYZ 11.56 7.69 49.59 -
YUV 66.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 24 65 190 0.87 0.66 0 0.25 225.18 0.78 0.42
Hex 18 41 BE 57 42 0 19 E1 4E 2A
Octal 30 101 276 127 102 0 31 341 116 52
Binary 11000 1000001 10111110 1010111 1000010 0 11001 11100001 1001110 101010

Color Harmonies of #1841BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1841BE

Black with #1841BE

Text Example


Text Example

White with #1841BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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