Html Css Color HEX #1823CD Persian Blue

📋 copy color: '#1823CD'

red 24 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #1823CD

Tints of Persian Blue #1823CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 205 (80.47% from 255) = 77.65%

R = 9.09%
G = 13.26%
B = 77.65%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1823CD (or 0x1823CD) is known color: Persian Blue. HEX triplet: 18, 23 and CD. RGB value is (24,35,205). Sum of RGB (Red+Green+Blue) = 24+35+205=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #1823CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1823CD is #E7DC32. Grayscale: #323232. Windows color (decimal): -15195187 or 13443864. OLE color: 13443864.

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

Color convert

RGB 24 35 205 -
CMYK 0.88 0.83 0 0.20
HSL 236.35º 0.79% 0.45% -
HSV(B) 236.35º 0.88% 0.8% -
XYZ 12 5.8 58.25 -
YUV 51.09 214.86 108.68 -
System Red Green Blue C M Y K H S L
Decimal 24 35 205 0.88 0.83 0 0.20 236.35 0.79 0.45
Hex 18 23 CD 58 53 0 14 EC 4F 2D
Octal 30 43 315 130 123 0 24 354 117 55
Binary 11000 100011 11001101 1011000 1010011 0 10100 11101100 1001111 101101

Color Harmonies of #1823CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823CD

Black with #1823CD

Text Example


Text Example

White with #1823CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1823CD; }

 p { color: rgb(24,35,205); }

 H1.HeaderClassName
 {
   color: #1823CD;
 }
 .AnyTagClassName
 {
   color: #1823CD;
 }
</style>

background-color css

<style>
 a { background-color: #1823CD; }

 a { background-color: rgb(24,35,205); }

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

border-color css

<style>
 span { border-color: #1823CD; }

 span { border-color: rgb(24,35,205); }

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