Html Css Color HEX #1831E8 Persian Blue

📋 copy color: '#1831E8'

red 24 ◦ green 49 ◦ blue 232

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

Shades of Persian Blue #1831E8

Tints of Persian Blue #1831E8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 232 (91.02% from 255) = 76.07%

R = 7.87%
G = 16.07%
B = 76.07%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1831E8 (or 0x1831E8) is known color: Persian Blue. HEX triplet: 18, 31 and E8. RGB value is (24,49,232). Sum of RGB (Red+Green+Blue) = 24+49+232=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 232 (91.02% from 255 or 76.07% from 305); Max value from RGB is 232 - color contains mainly: blue. Hex color #1831E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1831E8 is #E7CE17. Grayscale: #3D3D3D. Windows color (decimal): -15191576 or 15216920. OLE color: 15216920.

HSL color Cylindrical-coordinate representation of color #1831E8: hue angle of 232.79º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1831E8 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 49 232 -
CMYK 0.90 0.79 0 0.09
HSL 232.79º 0.82% 0.5% -
HSV(B) 232.79º 0.9% 0.91% -
XYZ 16.04 8.22 77.08 -
YUV 62.39 223.72 100.62 -
System Red Green Blue C M Y K H S L
Decimal 24 49 232 0.90 0.79 0 0.09 232.79 0.82 0.5
Hex 18 31 E8 5A 4F 0 9 E9 52 32
Octal 30 61 350 132 117 0 11 351 122 62
Binary 11000 110001 11101000 1011010 1001111 0 1001 11101001 1010010 110010

Color Harmonies of #1831E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1831E8

Black with #1831E8

Text Example


Text Example

White with #1831E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1831E8; }

 p { color: rgb(24,49,232); }

 H1.HeaderClassName
 {
   color: #1831E8;
 }
 .AnyTagClassName
 {
   color: #1831E8;
 }
</style>

background-color css

<style>
 a { background-color: #1831E8; }

 a { background-color: rgb(24,49,232); }

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

border-color css

<style>
 span { border-color: #1831E8; }

 span { border-color: rgb(24,49,232); }

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