Html Css Color HEX #1820CE Persian Blue

📋 copy color: '#1820CE'

red 24 ◦ green 32 ◦ blue 206

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

Shades of Persian Blue #1820CE

Tints of Persian Blue #1820CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

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

R = 9.16%
G = 12.21%
B = 78.63%

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

#1820CE (or 0x1820CE) is known color: Persian Blue. HEX triplet: 18, 20 and CE. RGB value is (24,32,206). Sum of RGB (Red+Green+Blue) = 24+32+206=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #1820CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CE is #E7DF31. Grayscale: #303030. Windows color (decimal): -15195954 or 13508632. OLE color: 13508632.

HSL color Cylindrical-coordinate representation of color #1820CE: hue angle of 237.36º 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 #1820CE is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 32 206 -
CMYK 0.88 0.84 0 0.19
HSL 237.36º 0.79% 0.45% -
HSV(B) 237.36º 0.88% 0.81% -
XYZ 12.03 5.68 58.86 -
YUV 49.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 24 32 206 0.88 0.84 0 0.19 237.36 0.79 0.45
Hex 18 20 CE 58 54 0 13 ED 4F 2D
Octal 30 40 316 130 124 0 23 355 117 55
Binary 11000 100000 11001110 1011000 1010100 0 10011 11101101 1001111 101101

Color Harmonies of #1820CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CE

Black with #1820CE

Text Example


Text Example

White with #1820CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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