Html Css Color HEX #1820CA Persian Blue

📋 copy color: '#1820CA'

red 24 ◦ green 32 ◦ blue 202

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

Shades of Persian Blue #1820CA

Tints of Persian Blue #1820CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.29%

R = 9.3%
G = 12.4%
B = 78.29%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1820CA (or 0x1820CA) is known color: Persian Blue. HEX triplet: 18, 20 and CA. RGB value is (24,32,202). Sum of RGB (Red+Green+Blue) = 24+32+202=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #1820CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CA is #E7DF35. Grayscale: #303030. Windows color (decimal): -15195958 or 13246488. OLE color: 13246488.

HSL color Cylindrical-coordinate representation of color #1820CA: hue angle of 237.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1820CA is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 32 202 -
CMYK 0.88 0.84 0 0.21
HSL 237.3º 0.79% 0.44% -
HSV(B) 237.3º 0.88% 0.79% -
XYZ 11.55 5.49 56.33 -
YUV 48.99 214.35 110.18 -
System Red Green Blue C M Y K H S L
Decimal 24 32 202 0.88 0.84 0 0.21 237.3 0.79 0.44
Hex 18 20 CA 58 54 0 15 ED 4F 2C
Octal 30 40 312 130 124 0 25 355 117 54
Binary 11000 100000 11001010 1011000 1010100 0 10101 11101101 1001111 101100

Color Harmonies of #1820CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CA

Black with #1820CA

Text Example


Text Example

White with #1820CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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