Html Css Color HEX #1F37BE Persian Blue

📋 copy color: '#1F37BE'

red 31 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #1F37BE

Tints of Persian Blue #1F37BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 11.23%
G = 19.93%
B = 68.84%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F37BE (or 0x1F37BE) is known color: Persian Blue. HEX triplet: 1F, 37 and BE. RGB value is (31,55,190). Sum of RGB (Red+Green+Blue) = 31+55+190=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F37BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F37BE is #E0C841. Grayscale: #3E3E3E. Windows color (decimal): -14731330 or 12465951. OLE color: 12465951.

HSL color Cylindrical-coordinate representation of color #1F37BE: hue angle of 230.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F37BE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 55 190 -
CMYK 0.84 0.71 0 0.25
HSL 230.94º 0.72% 0.43% -
HSV(B) 230.94º 0.84% 0.75% -
XYZ 11.23 6.74 49.42 -
YUV 63.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 31 55 190 0.84 0.71 0 0.25 230.94 0.72 0.43
Hex 1F 37 BE 54 47 0 19 E7 48 2B
Octal 37 67 276 124 107 0 31 347 110 53
Binary 11111 110111 10111110 1010100 1000111 0 11001 11100111 1001000 101011

Color Harmonies of #1F37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F37BE

Black with #1F37BE

Text Example


Text Example

White with #1F37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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