Html Css Color HEX #1840EB Persian Blue

📋 copy color: '#1840EB'

red 24 ◦ green 64 ◦ blue 235

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

Shades of Persian Blue #1840EB

Tints of Persian Blue #1840EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 7.43%
G = 19.81%
B = 72.76%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1840EB (or 0x1840EB) is known color: Persian Blue. HEX triplet: 18, 40 and EB. RGB value is (24,64,235). Sum of RGB (Red+Green+Blue) = 24+64+235=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #1840EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1840EB is #E7BF14. Grayscale: #464646. Windows color (decimal): -15187733 or 15417368. OLE color: 15417368.

HSL color Cylindrical-coordinate representation of color #1840EB: hue angle of 228.63º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1840EB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 64 235 -
CMYK 0.90 0.73 0 0.08
HSL 228.63º 0.84% 0.51% -
HSV(B) 228.63º 0.9% 0.92% -
XYZ 17.21 9.86 79.59 -
YUV 71.53 220.25 94.1 -
System Red Green Blue C M Y K H S L
Decimal 24 64 235 0.90 0.73 0 0.08 228.63 0.84 0.51
Hex 18 40 EB 5A 49 0 8 E5 54 33
Octal 30 100 353 132 111 0 10 345 124 63
Binary 11000 1000000 11101011 1011010 1001001 0 1000 11100101 1010100 110011

Color Harmonies of #1840EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840EB

Black with #1840EB

Text Example


Text Example

White with #1840EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1840EB; }

 p { color: rgb(24,64,235); }

 H1.HeaderClassName
 {
   color: #1840EB;
 }
 .AnyTagClassName
 {
   color: #1840EB;
 }
</style>

background-color css

<style>
 a { background-color: #1840EB; }

 a { background-color: rgb(24,64,235); }

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

border-color css

<style>
 span { border-color: #1840EB; }

 span { border-color: rgb(24,64,235); }

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