Html Css Color HEX #1F37CD Persian Blue

📋 copy color: '#1F37CD'

red 31 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1F37CD

Tints of Persian Blue #1F37CD

RGB

 RED value IS 31 (12.5% from 255) = 10.65%

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

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

R = 10.65%
G = 18.9%
B = 70.45%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F37CD (or 0x1F37CD) is known color: Persian Blue. HEX triplet: 1F, 37 and CD. RGB value is (31,55,205). Sum of RGB (Red+Green+Blue) = 31+55+205=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F37CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F37CD is #E0C832. Grayscale: #404040. Windows color (decimal): -14731315 or 13448991. OLE color: 13448991.

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

Color convert

RGB 31 55 205 -
CMYK 0.85 0.73 0 0.20
HSL 231.72º 0.74% 0.46% -
HSV(B) 231.72º 0.85% 0.8% -
XYZ 12.95 7.43 58.51 -
YUV 64.92 207.05 103.8 -
System Red Green Blue C M Y K H S L
Decimal 31 55 205 0.85 0.73 0 0.20 231.72 0.74 0.46
Hex 1F 37 CD 55 49 0 14 E8 4A 2E
Octal 37 67 315 125 111 0 24 350 112 56
Binary 11111 110111 11001101 1010101 1001001 0 10100 11101000 1001010 101110

Color Harmonies of #1F37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F37CD

Black with #1F37CD

Text Example


Text Example

White with #1F37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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