Html Css Color HEX #1839EA Persian Blue

📋 copy color: '#1839EA'

red 24 ◦ green 57 ◦ blue 234

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

Shades of Persian Blue #1839EA

Tints of Persian Blue #1839EA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 234 (91.8% from 255) = 74.29%

R = 7.62%
G = 18.1%
B = 74.29%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1839EA (or 0x1839EA) is known color: Persian Blue. HEX triplet: 18, 39 and EA. RGB value is (24,57,234). Sum of RGB (Red+Green+Blue) = 24+57+234=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #1839EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1839EA is #E7C615. Grayscale: #424242. Windows color (decimal): -15189526 or 15350040. OLE color: 15350040.

HSL color Cylindrical-coordinate representation of color #1839EA: hue angle of 230.57º degrees, saturation: 0.83, 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 #1839EA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 57 234 -
CMYK 0.90 0.76 0 0.08
HSL 230.57º 0.83% 0.51% -
HSV(B) 230.57º 0.9% 0.92% -
XYZ 16.69 9.06 78.71 -
YUV 67.31 222.07 97.11 -
System Red Green Blue C M Y K H S L
Decimal 24 57 234 0.90 0.76 0 0.08 230.57 0.83 0.51
Hex 18 39 EA 5A 4C 0 8 E7 53 33
Octal 30 71 352 132 114 0 10 347 123 63
Binary 11000 111001 11101010 1011010 1001100 0 1000 11100111 1010011 110011

Color Harmonies of #1839EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1839EA

Black with #1839EA

Text Example


Text Example

White with #1839EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1839EA; }

 p { color: rgb(24,57,234); }

 H1.HeaderClassName
 {
   color: #1839EA;
 }
 .AnyTagClassName
 {
   color: #1839EA;
 }
</style>

background-color css

<style>
 a { background-color: #1839EA; }

 a { background-color: rgb(24,57,234); }

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

border-color css

<style>
 span { border-color: #1839EA; }

 span { border-color: rgb(24,57,234); }

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