Html Css Color HEX #1820CC Persian Blue

📋 copy color: '#1820CC'

red 24 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #1820CC

Tints of Persian Blue #1820CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 78.46%

R = 9.23%
G = 12.31%
B = 78.46%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1820CC (or 0x1820CC) is known color: Persian Blue. HEX triplet: 18, 20 and CC. RGB value is (24,32,204). Sum of RGB (Red+Green+Blue) = 24+32+204=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #1820CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CC is #E7DF33. Grayscale: #303030. Windows color (decimal): -15195956 or 13377560. OLE color: 13377560.

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

Color convert

RGB 24 32 204 -
CMYK 0.88 0.84 0 0.2
HSL 237.33º 0.79% 0.45% -
HSV(B) 237.33º 0.88% 0.8% -
XYZ 11.79 5.59 57.58 -
YUV 49.22 215.35 110.01 -
System Red Green Blue C M Y K H S L
Decimal 24 32 204 0.88 0.84 0 0.2 237.33 0.79 0.45
Hex 18 20 CC 58 54 0 14 ED 4F 2D
Octal 30 40 314 130 124 0 24 355 117 55
Binary 11000 100000 11001100 1011000 1010100 0 10100 11101101 1001111 101101

Color Harmonies of #1820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CC

Black with #1820CC

Text Example


Text Example

White with #1820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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