Html Css Color HEX #1821CB Persian Blue

📋 copy color: '#1821CB'

red 24 ◦ green 33 ◦ blue 203

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

Shades of Persian Blue #1821CB

Tints of Persian Blue #1821CB

RGB

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

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

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

R = 9.23%
G = 12.69%
B = 78.08%

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

#1821CB (or 0x1821CB) is known color: Persian Blue. HEX triplet: 18, 21 and CB. RGB value is (24,33,203). Sum of RGB (Red+Green+Blue) = 24+33+203=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #1821CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821CB is #E7DE34. Grayscale: #313131. Windows color (decimal): -15195701 or 13312280. OLE color: 13312280.

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

Color convert

RGB 24 33 203 -
CMYK 0.88 0.84 0 0.20
HSL 236.98º 0.79% 0.45% -
HSV(B) 236.98º 0.88% 0.8% -
XYZ 11.7 5.59 56.96 -
YUV 49.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 24 33 203 0.88 0.84 0 0.20 236.98 0.79 0.45
Hex 18 21 CB 58 54 0 14 ED 4F 2D
Octal 30 41 313 130 124 0 24 355 117 55
Binary 11000 100001 11001011 1011000 1010100 0 10100 11101101 1001111 101101

Color Harmonies of #1821CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821CB

Black with #1821CB

Text Example


Text Example

White with #1821CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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