Html Css Color HEX #1821CE Persian Blue

📋 copy color: '#1821CE'

red 24 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #1821CE

Tints of Persian Blue #1821CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

 BLUE value IS 206 (80.86% from 255) = 78.33%

R = 9.13%
G = 12.55%
B = 78.33%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1821CE (or 0x1821CE) is known color: Persian Blue. HEX triplet: 18, 21 and CE. RGB value is (24,33,206). Sum of RGB (Red+Green+Blue) = 24+33+206=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1821CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821CE is #E7DE31. Grayscale: #313131. Windows color (decimal): -15195698 or 13508888. OLE color: 13508888.

HSL color Cylindrical-coordinate representation of color #1821CE: hue angle of 237.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1821CE is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 33 206 -
CMYK 0.88 0.84 0 0.19
HSL 237.03º 0.79% 0.45% -
HSV(B) 237.03º 0.88% 0.81% -
XYZ 12.06 5.74 58.86 -
YUV 50.03 216.02 109.43 -
System Red Green Blue C M Y K H S L
Decimal 24 33 206 0.88 0.84 0 0.19 237.03 0.79 0.45
Hex 18 21 CE 58 54 0 13 ED 4F 2D
Octal 30 41 316 130 124 0 23 355 117 55
Binary 11000 100001 11001110 1011000 1010100 0 10011 11101101 1001111 101101

Color Harmonies of #1821CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821CE

Black with #1821CE

Text Example


Text Example

White with #1821CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1821CE; }

 p { color: rgb(24,33,206); }

 H1.HeaderClassName
 {
   color: #1821CE;
 }
 .AnyTagClassName
 {
   color: #1821CE;
 }
</style>

background-color css

<style>
 a { background-color: #1821CE; }

 a { background-color: rgb(24,33,206); }

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

border-color css

<style>
 span { border-color: #1821CE; }

 span { border-color: rgb(24,33,206); }

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