Html Css Color HEX #1D37CE Persian Blue

📋 copy color: '#1D37CE'

red 29 ◦ green 55 ◦ blue 206

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

Shades of Persian Blue #1D37CE

Tints of Persian Blue #1D37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 10%
G = 18.97%
B = 71.03%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D37CE (or 0x1D37CE) is known color: Persian Blue. HEX triplet: 1D, 37 and CE. RGB value is (29,55,206). Sum of RGB (Red+Green+Blue) = 29+55+206=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D37CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37CE is #E2C831. Grayscale: #3F3F3F. Windows color (decimal): -14862386 or 13514525. OLE color: 13514525.

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

Color convert

RGB 29 55 206 -
CMYK 0.86 0.73 0 0.19
HSL 231.19º 0.75% 0.46% -
HSV(B) 231.19º 0.86% 0.81% -
XYZ 13.01 7.45 59.14 -
YUV 64.44 207.89 102.72 -
System Red Green Blue C M Y K H S L
Decimal 29 55 206 0.86 0.73 0 0.19 231.19 0.75 0.46
Hex 1D 37 CE 56 49 0 13 E7 4B 2E
Octal 35 67 316 126 111 0 23 347 113 56
Binary 11101 110111 11001110 1010110 1001001 0 10011 11100111 1001011 101110

Color Harmonies of #1D37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D37CE

Black with #1D37CE

Text Example


Text Example

White with #1D37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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