Html Css Color HEX #1F37CA Persian Blue

📋 copy color: '#1F37CA'

red 31 ◦ green 55 ◦ blue 202

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

Shades of Persian Blue #1F37CA

Tints of Persian Blue #1F37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.14%

R = 10.76%
G = 19.1%
B = 70.14%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F37CA (or 0x1F37CA) is known color: Persian Blue. HEX triplet: 1F, 37 and CA. RGB value is (31,55,202). Sum of RGB (Red+Green+Blue) = 31+55+202=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F37CA is #E0C835. Grayscale: #3F3F3F. Windows color (decimal): -14731318 or 13252383. OLE color: 13252383.

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

Color convert

RGB 31 55 202 -
CMYK 0.85 0.73 0 0.21
HSL 231.58º 0.73% 0.46% -
HSV(B) 231.58º 0.85% 0.79% -
XYZ 12.59 7.29 56.62 -
YUV 64.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 31 55 202 0.85 0.73 0 0.21 231.58 0.73 0.46
Hex 1F 37 CA 55 49 0 15 E8 49 2E
Octal 37 67 312 125 111 0 25 350 111 56
Binary 11111 110111 11001010 1010101 1001001 0 10101 11101000 1001001 101110

Color Harmonies of #1F37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F37CA

Black with #1F37CA

Text Example


Text Example

White with #1F37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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