Html Css Color HEX #1D37CD Persian Blue

📋 copy color: '#1D37CD'

red 29 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1D37CD

Tints of Persian Blue #1D37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 10.03%
G = 19.03%
B = 70.93%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D37CD (or 0x1D37CD) is known color: Persian Blue. HEX triplet: 1D, 37 and CD. RGB value is (29,55,205). Sum of RGB (Red+Green+Blue) = 29+55+205=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D37CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37CD is #E2C832. Grayscale: #3F3F3F. Windows color (decimal): -14862387 or 13448989. OLE color: 13448989.

HSL color Cylindrical-coordinate representation of color #1D37CD: hue angle of 231.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D37CD is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 55 205 -
CMYK 0.86 0.73 0 0.20
HSL 231.14º 0.75% 0.46% -
HSV(B) 231.14º 0.86% 0.8% -
XYZ 12.89 7.4 58.51 -
YUV 64.33 207.39 102.8 -
System Red Green Blue C M Y K H S L
Decimal 29 55 205 0.86 0.73 0 0.20 231.14 0.75 0.46
Hex 1D 37 CD 56 49 0 14 E7 4B 2E
Octal 35 67 315 126 111 0 24 347 113 56
Binary 11101 110111 11001101 1010110 1001001 0 10100 11100111 1001011 101110

Color Harmonies of #1D37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D37CD

Black with #1D37CD

Text Example


Text Example

White with #1D37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,205); }

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

background-color css

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

 a { background-color: rgb(29,55,205); }

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

border-color css

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

 span { border-color: rgb(29,55,205); }

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