Html Css Color HEX #1831CD Persian Blue

📋 copy color: '#1831CD'

red 24 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1831CD

Tints of Persian Blue #1831CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 73.74%

R = 8.63%
G = 17.63%
B = 73.74%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1831CD (or 0x1831CD) is known color: Persian Blue. HEX triplet: 18, 31 and CD. RGB value is (24,49,205). Sum of RGB (Red+Green+Blue) = 24+49+205=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1831CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1831CD is #E7CE32. Grayscale: #3A3A3A. Windows color (decimal): -15191603 or 13447448. OLE color: 13447448.

HSL color Cylindrical-coordinate representation of color #1831CD: hue angle of 231.71º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1831CD is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 49 205 -
CMYK 0.88 0.76 0 0.20
HSL 231.71º 0.79% 0.45% -
HSV(B) 231.71º 0.88% 0.8% -
XYZ 12.49 6.8 58.41 -
YUV 59.31 210.22 102.82 -
System Red Green Blue C M Y K H S L
Decimal 24 49 205 0.88 0.76 0 0.20 231.71 0.79 0.45
Hex 18 31 CD 58 4C 0 14 E8 4F 2D
Octal 30 61 315 130 114 0 24 350 117 55
Binary 11000 110001 11001101 1011000 1001100 0 10100 11101000 1001111 101101

Color Harmonies of #1831CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1831CD

Black with #1831CD

Text Example


Text Example

White with #1831CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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