Html Css Color HEX #1828CE Persian Blue

📋 copy color: '#1828CE'

red 24 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #1828CE

Tints of Persian Blue #1828CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 8.89%
G = 14.81%
B = 76.3%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1828CE (or 0x1828CE) is known color: Persian Blue. HEX triplet: 18, 28 and CE. RGB value is (24,40,206). Sum of RGB (Red+Green+Blue) = 24+40+206=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1828CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1828CE is #E7D731. Grayscale: #353535. Windows color (decimal): -15193906 or 13510680. OLE color: 13510680.

HSL color Cylindrical-coordinate representation of color #1828CE: hue angle of 234.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1828CE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 40 206 -
CMYK 0.88 0.81 0 0.19
HSL 234.73º 0.79% 0.45% -
HSV(B) 234.73º 0.88% 0.81% -
XYZ 12.28 6.17 58.94 -
YUV 54.14 213.7 106.5 -
System Red Green Blue C M Y K H S L
Decimal 24 40 206 0.88 0.81 0 0.19 234.73 0.79 0.45
Hex 18 28 CE 58 51 0 13 EB 4F 2D
Octal 30 50 316 130 121 0 23 353 117 55
Binary 11000 101000 11001110 1011000 1010001 0 10011 11101011 1001111 101101

Color Harmonies of #1828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1828CE

Black with #1828CE

Text Example


Text Example

White with #1828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1828CE; }

 p { color: rgb(24,40,206); }

 H1.HeaderClassName
 {
   color: #1828CE;
 }
 .AnyTagClassName
 {
   color: #1828CE;
 }
</style>

background-color css

<style>
 a { background-color: #1828CE; }

 a { background-color: rgb(24,40,206); }

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

border-color css

<style>
 span { border-color: #1828CE; }

 span { border-color: rgb(24,40,206); }

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