Html Css Color HEX #1D37D7 Persian Blue

📋 copy color: '#1D37D7'

red 29 ◦ green 55 ◦ blue 215

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

Shades of Persian Blue #1D37D7

Tints of Persian Blue #1D37D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 71.91%

R = 9.7%
G = 18.39%
B = 71.91%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D37D7 (or 0x1D37D7) is known color: Persian Blue. HEX triplet: 1D, 37 and D7. RGB value is (29,55,215). Sum of RGB (Red+Green+Blue) = 29+55+215=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D37D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37D7 is #E2C828. Grayscale: #404040. Windows color (decimal): -14862377 or 14104349. OLE color: 14104349.

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

Color convert

RGB 29 55 215 -
CMYK 0.87 0.74 0 0.16
HSL 231.61º 0.76% 0.48% -
HSV(B) 231.61º 0.87% 0.84% -
XYZ 14.14 7.9 65.07 -
YUV 65.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 29 55 215 0.87 0.74 0 0.16 231.61 0.76 0.48
Hex 1D 37 D7 57 4A 0 10 E8 4C 30
Octal 35 67 327 127 112 0 20 350 114 60
Binary 11101 110111 11010111 1010111 1001010 0 10000 11101000 1001100 110000

Color Harmonies of #1D37D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D37D7

Black with #1D37D7

Text Example


Text Example

White with #1D37D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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