Html Css Color HEX #1F20CF Persian Blue

📋 copy color: '#1F20CF'

red 31 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1F20CF

Tints of Persian Blue #1F20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 11.48%
G = 11.85%
B = 76.67%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F20CF (or 0x1F20CF) is known color: Persian Blue. HEX triplet: 1F, 20 and CF. RGB value is (31,32,207). Sum of RGB (Red+Green+Blue) = 31+32+207=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F20CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F20CF is #E0DF30. Grayscale: #323232. Windows color (decimal): -14737201 or 13574175. OLE color: 13574175.

HSL color Cylindrical-coordinate representation of color #1F20CF: hue angle of 239.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F20CF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 32 207 -
CMYK 0.85 0.85 0 0.19
HSL 239.66º 0.74% 0.47% -
HSV(B) 239.66º 0.85% 0.81% -
XYZ 12.34 5.83 59.51 -
YUV 51.65 215.67 113.27 -
System Red Green Blue C M Y K H S L
Decimal 31 32 207 0.85 0.85 0 0.19 239.66 0.74 0.47
Hex 1F 20 CF 55 55 0 13 F0 4A 2F
Octal 37 40 317 125 125 0 23 360 112 57
Binary 11111 100000 11001111 1010101 1010101 0 10011 11110000 1001010 101111

Color Harmonies of #1F20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F20CF

Black with #1F20CF

Text Example


Text Example

White with #1F20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,207); }

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

background-color css

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

 a { background-color: rgb(31,32,207); }

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

border-color css

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

 span { border-color: rgb(31,32,207); }

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