Html Css Color HEX #1829CF Persian Blue

📋 copy color: '#1829CF'

red 24 ◦ green 41 ◦ blue 207

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

Shades of Persian Blue #1829CF

Tints of Persian Blue #1829CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.1%

R = 8.82%
G = 15.07%
B = 76.1%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1829CF (or 0x1829CF) is known color: Persian Blue. HEX triplet: 18, 29 and CF. RGB value is (24,41,207). Sum of RGB (Red+Green+Blue) = 24+41+207=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #1829CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1829CF is #E7D630. Grayscale: #363636. Windows color (decimal): -15193649 or 13576472. OLE color: 13576472.

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

Color convert

RGB 24 41 207 -
CMYK 0.88 0.80 0 0.19
HSL 234.43º 0.79% 0.45% -
HSV(B) 234.43º 0.88% 0.81% -
XYZ 12.43 6.29 59.59 -
YUV 54.84 213.87 106 -
System Red Green Blue C M Y K H S L
Decimal 24 41 207 0.88 0.80 0 0.19 234.43 0.79 0.45
Hex 18 29 CF 58 50 0 13 EA 4F 2D
Octal 30 51 317 130 120 0 23 352 117 55
Binary 11000 101001 11001111 1011000 1010000 0 10011 11101010 1001111 101101

Color Harmonies of #1829CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829CF

Black with #1829CF

Text Example


Text Example

White with #1829CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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