Html Css Color HEX #1820CB Persian Blue

📋 copy color: '#1820CB'

red 24 ◦ green 32 ◦ blue 203

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

Shades of Persian Blue #1820CB

Tints of Persian Blue #1820CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.38%

R = 9.27%
G = 12.36%
B = 78.38%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1820CB (or 0x1820CB) is known color: Persian Blue. HEX triplet: 18, 20 and CB. RGB value is (24,32,203). Sum of RGB (Red+Green+Blue) = 24+32+203=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #1820CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CB is #E7DF34. Grayscale: #303030. Windows color (decimal): -15195957 or 13312024. OLE color: 13312024.

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

Color convert

RGB 24 32 203 -
CMYK 0.88 0.84 0 0.20
HSL 237.32º 0.79% 0.45% -
HSV(B) 237.32º 0.88% 0.8% -
XYZ 11.67 5.54 56.95 -
YUV 49.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 24 32 203 0.88 0.84 0 0.20 237.32 0.79 0.45
Hex 18 20 CB 58 54 0 14 ED 4F 2D
Octal 30 40 313 130 124 0 24 355 117 55
Binary 11000 100000 11001011 1011000 1010100 0 10100 11101101 1001111 101101

Color Harmonies of #1820CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CB

Black with #1820CB

Text Example


Text Example

White with #1820CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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