Html Css Color HEX #1831EB Persian Blue

📋 copy color: '#1831EB'

red 24 ◦ green 49 ◦ blue 235

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

Shades of Persian Blue #1831EB

Tints of Persian Blue #1831EB

RGB

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

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

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

R = 7.79%
G = 15.91%
B = 76.3%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1831EB (or 0x1831EB) is known color: Persian Blue. HEX triplet: 18, 31 and EB. RGB value is (24,49,235). Sum of RGB (Red+Green+Blue) = 24+49+235=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #1831EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1831EB is #E7CE14. Grayscale: #3D3D3D. Windows color (decimal): -15191573 or 15413528. OLE color: 15413528.

HSL color Cylindrical-coordinate representation of color #1831EB: hue angle of 232.89º 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 #1831EB is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 49 235 -
CMYK 0.90 0.79 0 0.08
HSL 232.89º 0.84% 0.51% -
HSV(B) 232.89º 0.9% 0.92% -
XYZ 16.47 8.39 79.35 -
YUV 62.73 225.22 100.38 -
System Red Green Blue C M Y K H S L
Decimal 24 49 235 0.90 0.79 0 0.08 232.89 0.84 0.51
Hex 18 31 EB 5A 4F 0 8 E9 54 33
Octal 30 61 353 132 117 0 10 351 124 63
Binary 11000 110001 11101011 1011010 1001111 0 1000 11101001 1010100 110011

Color Harmonies of #1831EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1831EB

Black with #1831EB

Text Example


Text Example

White with #1831EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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