Html Css Color HEX #1828CA Persian Blue

📋 copy color: '#1828CA'

red 24 ◦ green 40 ◦ blue 202

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

Shades of Persian Blue #1828CA

Tints of Persian Blue #1828CA

RGB

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

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

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

R = 9.02%
G = 15.04%
B = 75.94%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1828CA (or 0x1828CA) is known color: Persian Blue. HEX triplet: 18, 28 and CA. RGB value is (24,40,202). Sum of RGB (Red+Green+Blue) = 24+40+202=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #1828CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1828CA is #E7D735. Grayscale: #353535. Windows color (decimal): -15193910 or 13248536. OLE color: 13248536.

HSL color Cylindrical-coordinate representation of color #1828CA: hue angle of 234.61º 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 #1828CA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 40 202 -
CMYK 0.88 0.80 0 0.21
HSL 234.61º 0.79% 0.44% -
HSV(B) 234.61º 0.88% 0.79% -
XYZ 11.8 5.98 56.41 -
YUV 53.68 211.7 106.83 -
System Red Green Blue C M Y K H S L
Decimal 24 40 202 0.88 0.80 0 0.21 234.61 0.79 0.44
Hex 18 28 CA 58 50 0 15 EB 4F 2C
Octal 30 50 312 130 120 0 25 353 117 54
Binary 11000 101000 11001010 1011000 1010000 0 10101 11101011 1001111 101100

Color Harmonies of #1828CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1828CA

Black with #1828CA

Text Example


Text Example

White with #1828CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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