Html Css Color HEX #1D24D6 Persian Blue

📋 copy color: '#1D24D6'

red 29 ◦ green 36 ◦ blue 214

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

Shades of Persian Blue #1D24D6

Tints of Persian Blue #1D24D6

RGB

 RED value IS 29 (11.72% from 255) = 10.39%

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 214 (83.98% from 255) = 76.7%

R = 10.39%
G = 12.9%
B = 76.7%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D24D6 (or 0x1D24D6) is known color: Persian Blue. HEX triplet: 1D, 24 and D6. RGB value is (29,36,214). Sum of RGB (Red+Green+Blue) = 29+36+214=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D24D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D24D6 is #E2DB29. Grayscale: #353535. Windows color (decimal): -14867242 or 14033949. OLE color: 14033949.

HSL color Cylindrical-coordinate representation of color #1D24D6: hue angle of 237.73º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D24D6 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 36 214 -
CMYK 0.86 0.83 0 0.16
HSL 237.73º 0.76% 0.48% -
HSV(B) 237.73º 0.86% 0.84% -
XYZ 13.28 6.38 64.15 -
YUV 54.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 29 36 214 0.86 0.83 0 0.16 237.73 0.76 0.48
Hex 1D 24 D6 56 53 0 10 EE 4C 30
Octal 35 44 326 126 123 0 20 356 114 60
Binary 11101 100100 11010110 1010110 1010011 0 10000 11101110 1001100 110000

Color Harmonies of #1D24D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D24D6

Black with #1D24D6

Text Example


Text Example

White with #1D24D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D24D6; }

 p { color: rgb(29,36,214); }

 H1.HeaderClassName
 {
   color: #1D24D6;
 }
 .AnyTagClassName
 {
   color: #1D24D6;
 }
</style>

background-color css

<style>
 a { background-color: #1D24D6; }

 a { background-color: rgb(29,36,214); }

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

border-color css

<style>
 span { border-color: #1D24D6; }

 span { border-color: rgb(29,36,214); }

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