Html Css Color HEX #1829CA Persian Blue

📋 copy color: '#1829CA'

red 24 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #1829CA

Tints of Persian Blue #1829CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

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

R = 8.99%
G = 15.36%
B = 75.66%

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

#1829CA (or 0x1829CA) is known color: Persian Blue. HEX triplet: 18, 29 and CA. RGB value is (24,41,202). Sum of RGB (Red+Green+Blue) = 24+41+202=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #1829CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1829CA is #E7D635. Grayscale: #353535. Windows color (decimal): -15193654 or 13248792. OLE color: 13248792.

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

Color convert

RGB 24 41 202 -
CMYK 0.88 0.80 0 0.21
HSL 234.27º 0.79% 0.44% -
HSV(B) 234.27º 0.88% 0.79% -
XYZ 11.83 6.04 56.42 -
YUV 54.27 211.37 106.41 -
System Red Green Blue C M Y K H S L
Decimal 24 41 202 0.88 0.80 0 0.21 234.27 0.79 0.44
Hex 18 29 CA 58 50 0 15 EA 4F 2C
Octal 30 51 312 130 120 0 25 352 117 54
Binary 11000 101001 11001010 1011000 1010000 0 10101 11101010 1001111 101100

Color Harmonies of #1829CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829CA

Black with #1829CA

Text Example


Text Example

White with #1829CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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